Skip to content

Commit

Permalink
taplo
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Dec 27, 2023
1 parent b9e095a commit e3660ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidechain/consensus/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ edition = "2021"

[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false }
itertools = { version = "0.10.1", default-features = false, features = ["use_alloc"] }
log = { version = "0.4", default-features = false }
thiserror = { version = "1.0.26", optional = true }
itertools = { version = "0.10.1", default-features = false, features = ["use_alloc"] }

# local deps
fork-tree = { path = "../../fork-tree", default-features = false }
Expand Down

0 comments on commit e3660ab

Please sign in to comment.