Skip to content

Commit

Permalink
Bump fuel-types to v0.3 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerjohn authored and xgreenx committed Dec 20, 2022
1 parent 4235a32 commit 9e1adde
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 @@ -12,7 +12,7 @@ description = "Fuel cryptographic primitives."

[dependencies]
borrown = "0.1"
fuel-types = { version = "0.2", default-features = false }
fuel-types = { version = "0.3", default-features = false }
rand = { version = "0.8", default-features = false, features = ["std_rng"], optional = true }
secp256k1 = { version = "0.20", features = ["recovery"], optional = true }
serde = { version = "1.0", default-features = false, features = ["derive"], optional = true }
Expand Down

0 comments on commit 9e1adde

Please sign in to comment.