Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Aug 21, 2020
1 parent d646ca7 commit 07b0fe0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ rocksdb = { version = "0.13.0" }
serde = { version = "1.0", features = ["derive"] }

[dev-dependencies]
snarkos-consensus = { path = "../consensus", version = "1.0.0" }
snarkos-curves = { path = "../curves", version = "1.0.0" }
snarkos-testing = { path = "../testing", version = "1.0.0" }
snarkos-consensus = { path = "../consensus" }
snarkos-curves = { path = "../curves" }
snarkos-testing = { path = "../testing" }

0 comments on commit 07b0fe0

Please sign in to comment.