From f51961c6d754246e8c81f01396960ee3e3ca469e Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Thu, 5 Sep 2024 20:04:59 +0300 Subject: [PATCH] Fix the MSRV in the README --- apollo-router/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apollo-router/README.md b/apollo-router/README.md index e591f2b386..96a32e23f1 100644 --- a/apollo-router/README.md +++ b/apollo-router/README.md @@ -27,4 +27,4 @@ Most Apollo Router Core features can be defined using our [YAML configuration](h If you prefer to write customizations in Rust or need more advanced customizations, see our section on [native customizations](https://www.apollographql.com/docs/router/customizations/native) for information on how to use `apollo-router` as a Rust library. We also publish Rust-specific documentation on our [`apollo-router` crate docs](https://docs.rs/crate/apollo-router). -The minimum supported Rust version (MSRV) for this version of `apollo-router` is **1.72.0**. +The minimum supported Rust version (MSRV) for this version of `apollo-router` is **1.76.0**.