Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uplift to v1.5 #1256

Merged
merged 26 commits into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rollback fix Cargo
  • Loading branch information
PierreOssun committed Jun 11, 2024
commit f892446873549f503370b94ca45036cff56a8c99
1 change: 0 additions & 1 deletion pallets/xvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ std = [
"frame-support/std",
"frame-system/std",
"pallet-contracts/std",
"pallet-contracts-uapi/std",
"pallet-evm/std",
"pallet-insecure-randomness-collective-flip/std",
"scale-info/std",
Expand Down
2 changes: 1 addition & 1 deletion tests/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ std = [
"frame-support/std",
"frame-system/std",
"pallet-contracts/std",
"pallet-contracts-uapi/std",

]
1 change: 0 additions & 1 deletion tests/xcm-simulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ std = [
"orml-traits/std",
"orml-xcm-support/std",
"pallet-dapp-staking-v3/std",
"pallet-contracts-uapi/std",
]
runtime-benchmarks = [
"frame-system/runtime-benchmarks",
Expand Down
Loading