Skip to content

Commit

Permalink
fix: update MSRV to 1.63
Browse files Browse the repository at this point in the history
The latest version of the `cc` dependency needs at least Rust 1.63,
hence update the mininum supported Rust version.
  • Loading branch information
vmx committed Jul 15, 2024
1 parent d4df485 commit 03191e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: master

env:
MSRV: 1.56.1
MSRV: 1.63
RUSTFLAGS: "-Dwarnings"
CARGO_INCREMENTAL: 0
RUST_BACKTRACE: 1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/filecoin-project/blstrs"
documentation = "https://docs.rs/blstrs"
categories = ["cryptography", "algorithms"]
readme = "README.md"
rust-version = "1.56.1"
rust-version = "1.63"

[package.metadata.docs.rs]
rustdoc-args = [ "--html-in-header", "katex-header.html" ]
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.56.1
1.63.0

0 comments on commit 03191e1

Please sign in to comment.