Skip to content

Commit b2ccde9

Browse files
authored
chore: update crates dependencies (#2662)
* chore: use last version from dependencies in root * fix: runtime-call-contract test * fix: dependencies of contracts * fix: clean up dependencies * chore: use pallet-revive-uapi from crates.io * chore: remove sp-io and sp-runtime-interface deps * fix: tests * test: fix sol-encoding * fix: remove -Clink-dead-code in test and test-docs jobs * tests: update .stderr files * test: revert changes in ui tests stderr * test: revert changes in ui tests stderr * test: revert changes in ui tests stderr
1 parent 7033981 commit b2ccde9

File tree

18 files changed

+1276
-578
lines changed

18 files changed

+1276
-578
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ jobs:
416416
uses: ./.github/run-container-command
417417
env:
418418
# Fix for linking of `linkme` for `cargo test`: https://github.com/dtolnay/linkme/issues/49
419-
RUSTFLAGS: -Clink-dead-code -Clink-arg=-z -Clink-arg=nostart-stop-gc
419+
RUSTFLAGS: -Clink-arg=-z -Clink-arg=nostart-stop-gc
420420
# Since we run the tests with `--all-features` this implies the feature
421421
# `ink-fuzz-tests` as well -- i.e. the fuzz tests are run.
422422
# There's no way to disable a single feature while enabling all features
@@ -452,7 +452,7 @@ jobs:
452452
if: ${{ matrix.workspace == 'ink' }}
453453
env:
454454
# Fix for linking of `linkme` for `cargo test`: https://github.com/dtolnay/linkme/issues/49
455-
RUSTFLAGS: -Clink-dead-code -Clink-arg=-z -Clink-arg=nostart-stop-gc
455+
RUSTFLAGS: -Clink-arg=-z -Clink-arg=nostart-stop-gc
456456
# Since we run the tests with `--all-features` this implies the feature
457457
# `ink-fuzz-tests` as well -- i.e. the fuzz tests are run.
458458
# There's no way to disable a single feature while enabling all features

0 commit comments

Comments
 (0)