Skip to content

Commit

Permalink
avm: Move tempdir to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto committed Oct 24, 2024
1 parent 3da9b4a commit 5a4824e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion avm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ 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"] }
tempfile = "3.3.0"
chrono = "0.4"

[dev-dependencies]
tempfile = "3.3.0"

0 comments on commit 5a4824e

Please sign in to comment.