Skip to content

Commit

Permalink
bump rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
eranrund committed Sep 22, 2023
1 parent e206d92 commit f08e800
Show file tree
Hide file tree
Showing 2 changed files with 4 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-2022-04-29
toolchain: nightly-2023-01-22
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-2022-04-29
toolchain: nightly-2023-01-22
target: x86_64-unknown-linux-gnu
override: true
profile: minimal
Expand Down
3 changes: 2 additions & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
nightly-2022-04-29
[toolchain]
channel = "nightly-2023-01-22"

0 comments on commit f08e800

Please sign in to comment.