Skip to content

Commit

Permalink
Fix MSRV to 1.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Mar 14, 2024
1 parent 201ed3d commit 6f74a92
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- x86_64-apple-darwin
- x86_64-pc-windows-msvc
toolchain:
- 1.67.1 # MSRV
- 1.74.0 # MSRV
- stable
- nightly
include:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rqrr"
edition = "2021"
rust-version = "1.67.1"
rust-version = "1.74.0"
version = "0.7.0"
authors = ["WanzenBug <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 6f74a92

Please sign in to comment.