Skip to content

Commit

Permalink
Bump the rust toolchain to match MobileCoin repo
Browse files Browse the repository at this point in the history
This fixes CI not working due to cargo grabbing the newest version of
all the crates and one of the crates no longer working with the
specified rust version.
  • Loading branch information
nick-mobilecoin committed Jan 3, 2024
1 parent 5436653 commit 91b59aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-01-22
toolchain: nightly-2023-10-01
target: x86_64-unknown-linux-gnu
override: true
profile: minimal
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-01-22
toolchain: nightly-2023-10-01
target: x86_64-unknown-linux-gnu
override: true
profile: minimal
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly-2023-01-22"
channel = "nightly-2023-10-01"

0 comments on commit 91b59aa

Please sign in to comment.