Skip to content

Commit

Permalink
merged changes from master to resolve conflicts in runtimes cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bolajahmad committed May 17, 2024
1 parent 8987e57 commit 50e207b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion polkadot/runtime/rococo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license.workspace = true
workspace = true

[dependencies]
parity-scale-codec = { version = "3.6.1", default-features = false, features = [
parity-scale-codec = { version = "3.6.12", default-features = false, features = [
"derive",
"max-encoded-len",
] }
Expand Down
2 changes: 1 addition & 1 deletion polkadot/runtime/westend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ workspace = true

[dependencies]
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
parity-scale-codec = { version = "3.6.1", default-features = false, features = [
parity-scale-codec = { version = "3.6.12", default-features = false, features = [
"derive",
"max-encoded-len",
] }
Expand Down

0 comments on commit 50e207b

Please sign in to comment.