Skip to content

Commit

Permalink
(cargo-release) version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankurte committed Mar 10, 2021
1 parent ff969b3 commit dcb59fc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Driver for the Semtec sx1280 2.4GHz RF IC"
repository = "https://github.com/rust-iot/rust-radio-sx128x"
license = "MPL-2.0"
name = "radio-sx128x"
version = "0.15.0"
version = "0.16.0"
edition = "2018"

[package.metadata.binstall]
Expand Down Expand Up @@ -50,7 +50,7 @@ version = "2.1.0"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
version = "1.0.124"

[dependencies.tracing]
optional = true
Expand All @@ -68,8 +68,8 @@ version = "0.3.21"
color-backtrace = "0.5.0"
env_logger = "0.8.3"
toml = "0.5.8"
serde = { version = "*", features = [ "derive" ] }
serde_derive = "1.0.118"
serde = { version = "1.0.0", features = [ "derive" ] }
serde_derive = "1.0.0"

[dev-dependencies.driver-pal]
version = "0.8.0-alpha.0"
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ extern crate libc;
#[macro_use]
extern crate std;

use common::GfskFlrcCrcModes;
use failure::Fail;
use log::{trace, debug, warn, error};

Expand Down

0 comments on commit dcb59fc

Please sign in to comment.