Skip to content

Commit

Permalink
bump *tested* MSRV to 1.63
Browse files Browse the repository at this point in the history
That way it should compile with minimal versions.

Reason for this is the following:

````
error: package `cc v1.0.98` cannot be built because it requires rustc 1.63 or newer, while the currently active rustc version is 1.56.1
````

Note that the expressed MSRV is still a lower one as it may work for
some people that use different settings and/or configuration.
  • Loading branch information
Byron committed Aug 24, 2024
1 parent 66c6907 commit a2df1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
os: [windows-2022, macos-latest, ubuntu-latest]
env:
# If this is changed to pass tests, then set `rust-version` in `Cargo.toml` to the same version.
version: 1.56.1
version: 1.63.0
steps:
- uses: actions/checkout@v4
- name: Install Rust (rustup)
Expand Down

0 comments on commit a2df1db

Please sign in to comment.