Skip to content

Commit

Permalink
chore: update min version
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani committed Sep 5, 2023
1 parent 76565f7 commit 18d0bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests_and_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
rust-toolchain:
- stable
- nightly
# minimum version
# 1.68 fixes: https://github.com/rust-lang/cargo/pull/11347
- 1.68
- 1.70.0
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ authors = [
]
edition = "2021"
license = "Apache"
rust-version = "1.68"
rust-version = "1.70.0"

[workspace.dependencies]
anyhow = { version = "1.0", features = ["backtrace"] }
Expand Down

0 comments on commit 18d0bbc

Please sign in to comment.