From e11878ad868c5b84722e9ff929cb2a6b3d0a2e3d Mon Sep 17 00:00:00 2001 From: Kevin Mehall Date: Sat, 21 Oct 2023 12:36:45 -0600 Subject: [PATCH] 0.4.0 --- Cargo.toml | 4 ++-- README.md | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e024c49..dc859e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [workspace] [package] name = "soapysdr" -version = "0.3.3" +version = "0.4.0" edition = "2021" authors = ["Kevin Mehall "] categories = ["api-bindings", "hardware-support"] @@ -10,7 +10,7 @@ description = """ Library wrapping SoapySDR, a hardware abstraction layer for many software defined radio devices, including rtl-sdr, HackRF, USRP, LimeSDR, BladeRF, and Airspy. """ -license = "BSL-1.0/Apache-2.0" +license = "BSL-1.0 OR Apache-2.0" documentation = "https://kevinmehall.net/rustdoc/soapysdr/soapysdr/" repository = "https://github.com/kevinmehall/rust-soapysdr" readme = "README.md" diff --git a/README.md b/README.md index 8fd397f..522250d 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,13 @@ This library requires dependencies not handled by Cargo: - * libsoapysdr 0.6, 0.7, or git master (0.8) - * libclang 3.9+ (for bindgen) + * libsoapysdr 0.6, 0.7, or 0.8 + * libclang 5.0+ (for bindgen) + * pkg-config ### Ubuntu -(Tested on Ubuntu 20.04) +(Tested on Ubuntu 22.04) ```console sudo apt install libsoapysdr-dev libclang-dev llvm-dev pkg-config