Skip to content
Snippets Groups Projects
Commit 0f82aaee authored by chrysn's avatar chrysn
Browse files

Fix non-cargo dependency

parent 3b72706a
Branches
Tags v0.5.1
No related merge requests found
......@@ -25,7 +25,7 @@ heapless = "^0.5"
# For nimble UUID parsing
# see https://github.com/KokaKiwi/rust-hex/pull/42
hex = { git = "https://github.com/Luro02/rust-hex", default_features = false }
hex = { package = "hex-noalloc", version = "0.3.2-post1", default-features = false }
coap-numbers = { version = "^0.1.0", optional = true, default-features = false }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment