Skip to content

Commit

Permalink
Why is here missing version for log crate?
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Feb 28, 2024
1 parent 794ee08 commit 6184ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hex-literal = "0.4.1"
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["bit-vec", "derive"] }
scale-info = { version = "2.10.0", default-features = false, features = ["bit-vec", "derive", "serde"] }
serde = { version = "1.0.195", default-features = false, features = ["alloc", "derive"] }
log = { default-features = false }
log = { version = "0.4.17", default-features = false }

application-crypto = { package = "sp-application-crypto", path = "../../substrate/primitives/application-crypto", default-features = false, features = ["serde"], version = "31.0.0" }
inherents = { package = "sp-inherents", path = "../../substrate/primitives/inherents", default-features = false, version = "27.0.0" }
Expand Down

0 comments on commit 6184ef3

Please sign in to comment.