Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Support multiple forks in the bank #2289

Closed
wants to merge 15 commits into from
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ bs58 = "0.2.0"
bv = { version = "0.11.0", features = ["serde"] }
byteorder = "1.3.1"
chrono = { version = "0.4.0", features = ["serde"] }
fnv = "1.0.6"
hashbrown = "0.1.8"
indexmap = "1.0"
itertools = "0.8.0"
libc = "0.2.48"
fnv = "1.0.6"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert this de-alphabetization?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bummer cargo fmt doesn't do that :(

log = "0.4.2"
nix = "0.13.0"
rand = "0.6.4"
Expand Down
Loading