Skip to content

Commit a5945a7

Browse files
committed
chore: update MSRV to 1.63
1 parent 42a265a commit a5945a7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ jobs:
8888

8989
msrv:
9090
runs-on: ubuntu-latest
91+
strategy:
92+
matrix:
93+
# When updating this, the reminder to update the minimum supported
94+
# Rust version in Cargo.toml.
95+
rust: ['1.63']
9196
steps:
9297
- uses: taiki-e/checkout-action@v1
9398
- name: Install cargo-hack

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "fastrand"
66
version = "2.3.0"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2018"
9-
rust-version = "1.36"
9+
rust-version = "1.63"
1010
description = "A simple and fast random number generator"
1111
license = "Apache-2.0 OR MIT"
1212
repository = "https://github.com/smol-rs/fastrand"

0 commit comments

Comments
 (0)