Skip to content

Commit

Permalink
primitive-types: use weak dep feature (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian authored Aug 16, 2022
1 parent 26d712d commit df78257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions primitive-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
homepage = "https://github.com/paritytech/parity-common"
description = "Primitive types shared by Ethereum and Substrate"
edition = "2021"
rust-version = "1.56.1"
rust-version = "1.60.0"

[dependencies]
fixed-hash = { version = "0.7", path = "../fixed-hash", default-features = false }
Expand All @@ -19,7 +19,7 @@ scale-info-crate = { package = "scale-info", version = ">=0.9, <3", features = [

[features]
default = ["std"]
std = ["uint/std", "fixed-hash/std", "impl-codec/std"]
std = ["uint/std", "fixed-hash/std", "impl-codec?/std"]
byteorder = ["fixed-hash/byteorder"]
rustc-hex = ["fixed-hash/rustc-hex"]
serde = ["std", "impl-serde", "impl-serde/std"]
Expand Down

0 comments on commit df78257

Please sign in to comment.