Skip to content

Commit a2df1db

Browse files
committed
bump *tested* MSRV to 1.63
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.
1 parent 66c6907 commit a2df1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
os: [windows-2022, macos-latest, ubuntu-latest]
8484
env:
8585
# If this is changed to pass tests, then set `rust-version` in `Cargo.toml` to the same version.
86-
version: 1.56.1
86+
version: 1.63.0
8787
steps:
8888
- uses: actions/checkout@v4
8989
- name: Install Rust (rustup)

0 commit comments

Comments
 (0)