Skip to content

Commit

Permalink
this might work :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
gui1117 committed Jul 30, 2024
1 parent 4d3e0ba commit 092ffbc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
16 changes: 13 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1323,7 +1323,7 @@ trie-bench = { version = "0.39.0" }
trie-db = { version = "0.29.0", default-features = false }
trie-root = { version = "0.18.0", default-features = false }
trie-standardmap = { version = "0.16.0" }
trybuild = { version = "1.0.98" }
trybuild = { version = "1.0.89" }
tt-call = { version = "1.0.8" }
tuplex = { version = "0.1", default-features = false }
twox-hash = { version = "1.6.3", default-features = false }
Expand Down
4 changes: 3 additions & 1 deletion polkadot/xcm/procedural/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ Inflector = { workspace = true }

[dev-dependencies]
trybuild = { features = ["diff"], workspace = true }
xcm = { workspace = true, default-features = true }
# NOTE: we have to explicitly specify `std` because
# https://github.com/paritytech/polkadot-sdk/pull/5167
xcm = { workspace = true, default-features = true, features = ["std"] }

0 comments on commit 092ffbc

Please sign in to comment.