Skip to content

Commit

Permalink
Fix MSRV checking in CI
Browse files Browse the repository at this point in the history
This has been broken by accidentally merging the wrong renovate update
PR
  • Loading branch information
FSMaxB committed Jan 12, 2025
1 parent 0c3135a commit 8f07370
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@1.83
uses: dtolnay/rust-toolchain@1.64
- uses: Swatinem/[email protected]
- name: Check all features
run: cargo check --workspace --tests --all-features
Expand Down
2 changes: 1 addition & 1 deletion async-time-mock-async-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
"Max Bruckner",
"Thomas Keppler",
]
rust-version = "1.70"
rust-version = "1.64"

[dependencies]
async-std = "1"
Expand Down
2 changes: 1 addition & 1 deletion async-time-mock-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
"Max Bruckner",
"Thomas Keppler",
]
rust-version = "1.70"
rust-version = "1.64"

[dependencies]
async-lock = { version = "3", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion async-time-mock-smol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
"Max Bruckner",
"Thomas Keppler",
]
rust-version = "1.70"
rust-version = "1.64"

[dependencies]
async-time-mock-core = { version = "0.1", path = "../async-time-mock-core", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion async-time-mock-tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
"Max Bruckner",
"Thomas Keppler",
]
rust-version = "1.70"
rust-version = "1.64"


[dependencies]
Expand Down

0 comments on commit 8f07370

Please sign in to comment.