Skip to content

Commit b7b7312

Browse files
chore: Bump min rust version
Signed-off-by: Fabrizio Demaria <fabrizio.f.demaria@gmail.com>
1 parent aa3a6fb commit b7b7312

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "open-feature"
33
version = "0.2.7"
44
edition = "2021"
5-
rust-version = "1.71.1" # MSRV
5+
rust-version = "1.77.0" # MSRV
66
description = "The official OpenFeature Rust SDK."
77
documentation = "https://docs.rs/open-feature"
88
readme = "README.md"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<img alt="Crates.io" src="https://img.shields.io/crates/v/open-feature" />
3232
</a>
3333
<a href="https://www.rust-lang.org/tools/install">
34-
<img alt="Min rust version" src="https://img.shields.io/badge/rust-%3E=1.70.0-blue.svg" />
34+
<img alt="Min rust version" src="https://img.shields.io/badge/rust-%3E=1.77.0-blue.svg" />
3535
</a>
3636
<a href="https://www.repostatus.org/#wip">
3737
<img alt="Repo status" src="https://www.repostatus.org/badges/latest/wip.svg" />
@@ -47,7 +47,7 @@
4747

4848
### Requirements
4949

50-
This package was built with Rust version `1.70.0`. Earlier versions might work, but is not guaranteed.
50+
This package was built with Rust version `1.77.0`. Earlier versions might work, but is not guaranteed.
5151

5252
### Install
5353

0 commit comments

Comments
 (0)