From 6d313837343005bb993f08a02f4899e0f1ea677c Mon Sep 17 00:00:00 2001 From: Bastian Bloessl Date: Tue, 23 May 2023 00:19:32 +0200 Subject: [PATCH] v0.0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cbcf9a5..2e91b78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "seify-rtlsdr" -version = "0.0.2" +version = "0.0.3" description = "Rusty RTL-SDR Driver" documentation = "https://docs.rs/seify-rtlsdr/" edition = "2021"