Skip to content

Commit

Permalink
avm: Reorder dependencies alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto committed Oct 24, 2024
1 parent 5a4824e commit baf1450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions avm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ path = "src/anchor/main.rs"

[dependencies]
anyhow = "1.0.32"
cfg-if = "1.0.0"
cargo_toml = "0.19.2"
cfg-if = "1.0.0"
chrono = "0.4"
clap = { version = "4.5.17", features = ["derive"] }
clap_complete = "4.5.26"
dirs = "4.0.0"
once_cell = "1.8.0"
reqwest = { version = "0.11.9", default-features = false, features = ["blocking", "json", "rustls-tls"] }
semver = "1.0.4"
serde = { version = "1.0.136", features = ["derive"] }
chrono = "0.4"

[dev-dependencies]
tempfile = "3.3.0"

0 comments on commit baf1450

Please sign in to comment.