Skip to content

Commit

Permalink
avm: Move tempfile to dev-dependencies (#3330)
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto authored Oct 24, 2024
1 parent 3da9b4a commit c25bd7b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions avm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +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"] }

[dev-dependencies]
tempfile = "3.3.0"
chrono = "0.4"

0 comments on commit c25bd7b

Please sign in to comment.