Skip to content

Commit

Permalink
chore: specify current MSRV 1.56.1 (#55)
Browse files Browse the repository at this point in the history
Specify the minimum supported Rust version (1.56.1) and also set
rust-toolchain to that version.
  • Loading branch information
vmx committed Apr 13, 2023
1 parent 73d70b9 commit 977e525
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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.0
MSRV: 1.56.1
RUSTFLAGS: "-Dwarnings"
CARGO_INCREMENTAL: 0
RUST_BACKTRACE: 1
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +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"

[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.0
1.56.1

0 comments on commit 977e525

Please sign in to comment.