diff --git a/Cargo.toml b/Cargo.toml
index b766b38..6212d57 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "open-feature"
version = "0.2.7"
edition = "2021"
-rust-version = "1.71.1" # MSRV
+rust-version = "1.77.0" # MSRV
description = "The official OpenFeature Rust SDK."
documentation = "https://docs.rs/open-feature"
readme = "README.md"
diff --git a/README.md b/README.md
index 18d2848..0df8121 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@
-
+
@@ -47,7 +47,7 @@
### Requirements
-This package was built with Rust version `1.70.0`. Earlier versions might work, but is not guaranteed.
+This package was built with Rust version `1.77.0`. Earlier versions might work, but is not guaranteed.
### Install