diff --git a/.github/workflows/weekly-canary-build.yml b/.github/workflows/weekly-canary-build.yml index 76b21ea4..e4ebe820 100644 --- a/.github/workflows/weekly-canary-build.yml +++ b/.github/workflows/weekly-canary-build.yml @@ -7,6 +7,7 @@ on: jobs: weekly-canary-build: strategy: + fail-fast: false matrix: rust-channel: [stable, beta, nightly] runs-on: ubuntu-20.04 diff --git a/exercise-solutions/connected-mailbox/Cargo.lock b/exercise-solutions/connected-mailbox/Cargo.lock index 62ffa2b7..0c635495 100644 --- a/exercise-solutions/connected-mailbox/Cargo.lock +++ b/exercise-solutions/connected-mailbox/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "proc-macro2" -version = "1.0.57" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4ec6d5fe0b140acb27c9a0444118cf55bfbb4e0b259739429abb4521dd67c16" +checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb" dependencies = [ "unicode-ident", ] diff --git a/exercise-solutions/multi-threaded-mailbox/Cargo.lock b/exercise-solutions/multi-threaded-mailbox/Cargo.lock index faf8f684..f5353a3d 100644 --- a/exercise-solutions/multi-threaded-mailbox/Cargo.lock +++ b/exercise-solutions/multi-threaded-mailbox/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "proc-macro2" -version = "1.0.57" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4ec6d5fe0b140acb27c9a0444118cf55bfbb4e0b259739429abb4521dd67c16" +checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb" dependencies = [ "unicode-ident", ]