Skip to content

Commit

Permalink
Release 0.35.0 publish fix (#508)
Browse files Browse the repository at this point in the history
* Release v0.35.0

* Release v0.35.0 publish fix
  • Loading branch information
xgreenx authored Jul 13, 2023
1 parent ef9fc3a commit 45f9be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuel-crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ zeroize = { version = "1.5", features = ["derive"] }
[dev-dependencies]
bincode = { workspace = true }
criterion = "0.4"
fuel-crypto = { workspace = true, features = ["random", "test-helpers"] }
fuel-crypto = { path = ".", features = ["random", "test-helpers"] }
k256 = { version = "0.11", features = [ "ecdsa" ] }
sha2 = "0.10"

Expand Down

0 comments on commit 45f9be7

Please sign in to comment.