Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmehall committed Oct 21, 2023
1 parent 25dc94f commit e11878a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace]
[package]
name = "soapysdr"
version = "0.3.3"
version = "0.4.0"
edition = "2021"
authors = ["Kevin Mehall <[email protected]>"]
categories = ["api-bindings", "hardware-support"]
Expand All @@ -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"
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e11878a

Please sign in to comment.