Skip to content

Commit

Permalink
Revert to rust 1.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev committed Nov 2, 2023
1 parent a6fe593 commit 354eebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
CARGO_TERM_COLOR: always
RUST_VERSION: 1.73.0
RUST_VERSION: 1.70.0

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.73.0"
channel = "1.70.0"

0 comments on commit 354eebd

Please sign in to comment.