Skip to content

Commit

Permalink
update references to cose-rust, clearing issues with memchr conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mcr committed Jan 31, 2025
1 parent de8d99c commit 32f24b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mbedtls-backend = ["minerva-mbedtls"]

[dependencies]
mcu-if = { git = "https://github.com/AnimaGUS-minerva/mcu-if", rev = "da77a48" }
cose = { git = "https://github.com/j-devel/cose-rust", rev = "b07436f", default-features = false }
cose = { git = "https://github.com/AnimaGUS-minerva/cose-rust", tag = "fosdem2025-hacking", default-features = false }
minerva-mbedtls = { git = "https://github.com/AnimaGUS-minerva/minerva-mbedtls", optional = true, features = ["std"] }
#minerva-mbedtls = { path = "/ssw/projects/trentonio/minerva-mbedtls", optional = true, features = ["std"] }
#psa-crypto = { path = "/ssw/projects/trentonio/rust-psa-crypto/psa-crypto", features=["minerva", "static"] }
Expand Down

0 comments on commit 32f24b8

Please sign in to comment.