Skip to content

Commit

Permalink
fixup! SFT-3538: Add foundation-firmware crate.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandudey committed Apr 8, 2024
1 parent fa9971e commit 08dea75
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 @@ -34,7 +34,7 @@ minicbor = { version = "0.20", features = ["derive"] }
nom = { version = "7", default-features = false }
phf = { version = "0.11", features = ["macros"], default-features = false }
rand_xoshiro = "0.6"
secp256k1 = { version = "0.28", default-features = false }
secp256k1 = { version = "0.29", default-features = false }
serde = { version = "1.0.156", features = ["derive"] }
serde_json = "1"
uuid = { version = "1", default-features = false }
Expand Down

0 comments on commit 08dea75

Please sign in to comment.