Skip to content

Commit

Permalink
Fix Cargo publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Rodrigues Lordello committed Nov 20, 2022
1 parent 833a3ec commit a6388f7
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 @@ -21,6 +21,6 @@ ethprim = { version = "0.1", features = ["keccak", "serde"] }
serde = { version = "1", features = ["derive"] }

[dev-dependencies]
ethprim = { version = "*", features = ["macros"] }
ethprim = { version = "0.1", features = ["macros"] }
hex-literal = "0.3"
serde_json = "1"

0 comments on commit a6388f7

Please sign in to comment.