From dba22358c553a04d37cf7e512dc5618316a58b0c Mon Sep 17 00:00:00 2001 From: Kevin Mehall Date: Sun, 31 Jan 2021 09:39:45 -0700 Subject: [PATCH] soapysdr-sys 0.7.1 --- soapysdr-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soapysdr-sys/Cargo.toml b/soapysdr-sys/Cargo.toml index 76c7a08..52a6939 100644 --- a/soapysdr-sys/Cargo.toml +++ b/soapysdr-sys/Cargo.toml @@ -3,7 +3,7 @@ name = "soapysdr-sys" # Note: Major and minor will track SoapySDR version, patch is # specific to this library -version = "0.7.0" +version = "0.7.1" authors = ["Kevin Mehall "] categories = ["external-ffi-bindings"] keywords = ["ffi", "sdr"]