Skip to content

Commit

Permalink
Merge pull request #3946 from Fraser999/fix-release-1.4.15-alt
Browse files Browse the repository at this point in the history
Disable unneeded casper-types feature in casper-hashing
  • Loading branch information
sacherjj authored May 9, 2023
2 parents 211784c + 52e608c commit cea73cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hashing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license-file = "../LICENSE"
[dependencies]
blake2 = "0.9.0"
base16 = "0.2.1"
casper-types = { version = "2.0.0", path = "../types", features = ["gens"] }
casper-types = { version = "2.0.0", path = "../types" }
datasize = "0.2.9"
hex = { version = "0.4.2", default-features = false, features = ["serde"] }
hex-buffer-serde = "0.3.0"
Expand Down

0 comments on commit cea73cd

Please sign in to comment.