From 65c64902b75660760b326876141203d05b4ff45e Mon Sep 17 00:00:00 2001 From: mrg Date: Mon, 10 Feb 2025 10:11:33 -0600 Subject: [PATCH] bump proc-macro2 dep to pass nightly tests --- .github/workflows/weekly-canary-build.yml | 1 + exercise-solutions/connected-mailbox/Cargo.lock | 4 ++-- exercise-solutions/multi-threaded-mailbox/Cargo.lock | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) 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..176852c7 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.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4ec6d5fe0b140acb27c9a0444118cf55bfbb4e0b259739429abb4521dd67c16" +checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb" dependencies = [ "unicode-ident", ]