Skip to content

Commit

Permalink
soapysdr 0.3.3 / soapysdr-sys 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmehall committed Jul 8, 2023
1 parent afd4e86 commit b0b1828
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.3.2"
version = "0.3.3"
edition = "2021"
authors = ["Kevin Mehall <km@kevinmehall.net>"]
categories = ["api-bindings", "hardware-support"]
Expand All @@ -16,7 +16,7 @@ repository = "https://github.com/kevinmehall/rust-soapysdr"
readme = "README.md"

[dependencies]
soapysdr-sys = { version = "0.7.3", path = "./soapysdr-sys" }
soapysdr-sys = { version = "0.7.5", path = "./soapysdr-sys" }
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.4"
version = "0.7.5"
edition = "2021"
authors = ["Kevin Mehall <km@kevinmehall.net>"]
categories = ["external-ffi-bindings"]
Expand Down

0 comments on commit b0b1828

Please sign in to comment.