File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
docs/devbook/upgrade-repository-dependencies Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ git commit -am "chore: update Rust dependencies"
1313
1414# Upgrade Rust outdated dependencies
1515cargo upgrade " ${CARGO_UPGRADE_OPTIONS} " --verbose
16+ cargo update
1617# Let the CI run the tests at the end of the script
1718# cargo test --all-features
1819git commit -am " chore: upgrade Rust dependencies"
@@ -21,6 +22,11 @@ git commit -am "chore: upgrade Rust dependencies"
2122cargo set-version --bump patch
2223git commit -am " chore: bump crates versions"
2324
25+ # Build mithril-client wasm (to have latest version used in the explorer)
26+ pushd mithril-client-wasm || exit
27+ make build
28+ popd || exit
29+
2430# Upgrade the documentation website dependencies
2531pushd docs/website || exit
2632make upgrade
You can’t perform that action at this time.
0 commit comments