Skip to content

Commit

Permalink
format toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Oct 16, 2024
1 parent 65ec635 commit a439590
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 @@ -10,7 +10,6 @@ version = "0.21.0"

[dependencies]
ahash = "0.8"
hashbrown = { version = "0.14.5", default-features = false, features = ["serde"]}
anes = "0.2"
anyhow = "1.0"
argon2 = "0.5"
Expand Down Expand Up @@ -75,6 +74,7 @@ fvm_shared4 = { package = "fvm_shared", version = "~4.3.3", features = ["arb", "
gethostname = "0.5"
git-version = "0.3"
group = "0.13"
hashbrown = { version = "0.14.5", default-features = false, features = ["serde"] }
hex = { version = "0.4", features = ["serde"] }
http = "1"
human-repr = "1"
Expand Down

0 comments on commit a439590

Please sign in to comment.