Skip to content

Commit

Permalink
use mainstream faster-hex
Browse files Browse the repository at this point in the history
  • Loading branch information
georgesFoundation committed Sep 14, 2024
1 parent fd3d533 commit 0953aeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ defmt = "0.3"
derive_more = { version = "1.0", default-features = false }
embedded-io = "0.6"
embedded-io-async = "0.6"
faster-hex = { version = "0.9", default-features = false }
faster-hex = { version = "0.10", default-features = false }
heapless = { version = "0.8", default-features = false }
itertools = { version = "0.10", default-features = false }
libfuzzer-sys = "0.4"
Expand Down
8 changes: 4 additions & 4 deletions stratum-v1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ name = "stratum-v1"
version = "0.1.0"

[dependencies]
bitcoin_hashes = { workspace = true, default-features = false }
bitcoin_hashes = { workspace = true }
defmt = { workspace = true, optional = true }
derive_more = { workspace = true, features = ["from"] }
embedded-io-async = { workspace = true }
faster-hex = { version = "0.9", default-features = false, git = "https://github.com/Georges760/faster-hex.git", branch = "no-alloc-error-partialeq" }
faster-hex = { workspace = true }
heapless = { workspace = true, features = ["serde"] }
log = { workspace = true, optional = true }
serde = { workspace = true }
Expand All @@ -27,9 +27,9 @@ serde-json-core = { workspace = true, features = ["custom-error-messages"] }
defmt-03 = [
"dep:defmt",
"embedded-io-async/defmt-03",
"faster-hex/defmt-03",
# "faster-hex/defmt-03",
"heapless/defmt-03",
"serde-json-core/defmt"
"serde-json-core/defmt",
]

[dev-dependencies]
Expand Down

0 comments on commit 0953aeb

Please sign in to comment.