Skip to content

Commit

Permalink
move dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gvaradarajan committed Jan 15, 2025
1 parent f940523 commit feb9871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ async-std-openssl = "0.6.3"
atomic-waker = "1.1.2"
base64 = "0.22.1"
bitfield = "0.17.0"
bitvec = "1.0.1"
bytecodec = "0.4.15"
bytes = "1.9.0"
cargo_metadata = "0.19.1"
Expand Down
2 changes: 1 addition & 1 deletion micro-rdk-nmea/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ rust-version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bitvec = "1.0.1"
bitvec = { workspace = true }
micro-rdk = { workspace = true, features = ["native"] }
thiserror = { workspace = true }

0 comments on commit feb9871

Please sign in to comment.