diff --git a/.github/workflows/canister-tests.yml b/.github/workflows/canister-tests.yml index 7c710bf181..91b25e79e7 100644 --- a/.github/workflows/canister-tests.yml +++ b/.github/workflows/canister-tests.yml @@ -179,10 +179,11 @@ jobs: # note on paths: we include the whole ~/.cargo/. (as opposed to juse .cargo/git, etc) because cargo stores crate # data as .crates(2?).{json,toml} without which the whole cache is invalidated. We may accumulate unnecessary # stuff but the cache is anyway invalidated on every toolchain update. + # We also include all Cargo tomls and the lockfile path: | ~/.cargo target - key: ${{ runner.os }}-cargo-${{ hashFiles('src/**/Cargo.lock', 'rust-toolchain.toml') }}-2 + key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock', 'Cargo.toml', 'src/**/Cargo.toml', 'rust-toolchain.toml') }}-2 - name: 'Download wasm' uses: actions/download-artifact@v2 diff --git a/screenshots/00-welcome-desktop.png b/screenshots/00-welcome-desktop.png index 663a1d7ccf..3f3374427f 100644 Binary files a/screenshots/00-welcome-desktop.png and b/screenshots/00-welcome-desktop.png differ diff --git a/screenshots/24-authenticate-known-anchor-desktop.png b/screenshots/24-authenticate-known-anchor-desktop.png index 37c710e655..2dbf750f12 100644 Binary files a/screenshots/24-authenticate-known-anchor-desktop.png and b/screenshots/24-authenticate-known-anchor-desktop.png differ diff --git a/screenshots/25-authenticate-unknown-anchor-desktop.png b/screenshots/25-authenticate-unknown-anchor-desktop.png index 37c710e655..2dbf750f12 100644 Binary files a/screenshots/25-authenticate-unknown-anchor-desktop.png and b/screenshots/25-authenticate-unknown-anchor-desktop.png differ