Skip to content

Commit 4bfd348

Browse files
committed
Increase MSRV to 1.56
1 parent e080813 commit 4bfd348

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
matrix:
4646
os: [ubuntu-22.04, windows-2022]
47-
toolchain: [nightly, beta, stable, 1.36]
47+
toolchain: [nightly, beta, stable, 1.56]
4848
# Only Test macOS on stable to reduce macOS CI jobs
4949
include:
5050
# x86_64-apple-darwin.

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "getrandom"
33
version = "0.2.15" # Also update html_root_url in lib.rs when bumping this
44
edition = "2018"
5+
rust-version = "1.56"
56
authors = ["The Rand Project Developers"]
67
license = "MIT OR Apache-2.0"
78
description = "A small cross-platform library for retrieving random data from system source"

0 commit comments

Comments
 (0)