Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
remove empty line
  • Loading branch information
2bndy5 committed Dec 31, 2024
1 parent ea22257 commit f56b124
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bindings/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ crate-type = ["cdylib"]
embedded-hal = "1.0.0"
# Default `napi` features: see https://nodejs.org/api/n-api.html#node-api-version-matrix
napi = "2.16.13"
napi-derive = "2.16.12"
napi-derive = "2.16.13"

[build-dependencies]
napi-build = "2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ crate-type = ["cdylib"]

[dependencies]
embedded-hal = "1.0.0"
pyo3 = {version = "0.22.5", features = ["extension-module"]}
pyo3 = {version = "0.23.3", features = ["extension-module"]}

[target.'cfg(target_os = "linux")'.dependencies]
linux-embedded-hal = "0.4.0"
Expand Down
1 change: 0 additions & 1 deletion crates/rf24-rs/src/radio/rf24/payload_length.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ where

/////////////////////////////////////////////////////////////////////////////////
/// unit tests
#[cfg(test)]
mod test {
extern crate std;
Expand Down
6 changes: 3 additions & 3 deletions examples/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ rf24-rs = {path = "../../crates/rf24-rs"}
embedded-hal = "1.0.0"
anyhow = {version = "1.0.89", default-features = false }
linux-embedded-hal = {version = "0.4.0", optional = true}
embassy-rp = {version = "0.1.0", optional = true}
embassy-sync = {version = "0.5.0", optional = true}
embassy-embedded-hal = {version = "0.1.0", optional = true}
embassy-rp = {version = "0.2.0", optional = true}
embassy-sync = {version = "0.6.1", optional = true}
embassy-embedded-hal = {version = "0.2.0", optional = true}

[features]
default = ["linux"]
Expand Down

0 comments on commit f56b124

Please sign in to comment.