Skip to content

Commit

Permalink
soapysdr v0.3.0, soapysdr-sys v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmehall committed Apr 17, 2021
1 parent fe1aadc commit ad490e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2.0"
version = "0.3.0"
authors = ["Kevin Mehall <km@kevinmehall.net>"]
categories = ["api-bindings", "hardware-support"]
keywords = ["sdr", "radio"]
Expand All @@ -15,7 +15,7 @@ repository = "https://github.com/kevinmehall/rust-soapysdr"
readme = "README.md"

[dependencies]
soapysdr-sys = { version = "0.7.0", path = "./soapysdr-sys" }
soapysdr-sys = { version = "0.7.2", path = "./soapysdr-sys" }
libc = "0.2.20"
num-complex = "0.4"
log = { version = "0.4", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion soapysdr-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "soapysdr-sys"

# Note: Major and minor will track SoapySDR version, patch is
# specific to this library
version = "0.7.1"
version = "0.7.2"
authors = ["Kevin Mehall <km@kevinmehall.net>"]
categories = ["external-ffi-bindings"]
keywords = ["ffi", "sdr"]
Expand Down

0 comments on commit ad490e3

Please sign in to comment.