From a07291b2c7cf92ff4300a08a3d2266991c819b4f Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Thu, 19 Oct 2023 20:35:19 +0200 Subject: [PATCH] =?UTF-8?q?=20Update=20minimum=20supported=20Rust=20versio?= =?UTF-8?q?n=20to=201.63=C2=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 2 +- README.md | 2 +- glean-core/Cargo.toml | 2 +- glean-core/build/Cargo.toml | 2 +- glean-core/rlb/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ffed65011b..a44d4cbd74 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -353,7 +353,7 @@ jobs: resource_class: "medium+" steps: - test-rust: - rust-version: "1.62.0" + rust-version: "1.63.0" Generate Rust documentation: docker: diff --git a/README.md b/README.md index e1ee526b94..4fd3dc9ebd 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The code in this repository is organized as follows: * [./glean-core/ios](glean-core/ios) contains the Swift bindings for use by iOS applications. * [./glean-core/python](glean-core/python) contains Python bindings. -**Note: The Glean SDK requires at least [Rust 1.62.0](https://blog.rust-lang.org/2022/06/30/Rust-1.62.0.html). Older versions are untested.** +**Note: The Glean SDK requires at least [Rust 1.63.0](https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html). Older versions are untested.** ## Contact diff --git a/glean-core/Cargo.toml b/glean-core/Cargo.toml index a126a8310f..f3405ac015 100644 --- a/glean-core/Cargo.toml +++ b/glean-core/Cargo.toml @@ -18,7 +18,7 @@ include = [ "/uniffi.toml", "/build.rs", ] -rust-version = "1.62" +rust-version = "1.63" [package.metadata.glean] glean-parser = "10.0.0" diff --git a/glean-core/build/Cargo.toml b/glean-core/build/Cargo.toml index dc8b362f47..09b7e728c1 100644 --- a/glean-core/build/Cargo.toml +++ b/glean-core/build/Cargo.toml @@ -13,7 +13,7 @@ include = [ "/src", "/Cargo.toml", ] -rust-version = "1.62" +rust-version = "1.63" [dependencies] xshell-venv = "1.1.0" diff --git a/glean-core/rlb/Cargo.toml b/glean-core/rlb/Cargo.toml index b909918108..768236c3fd 100644 --- a/glean-core/rlb/Cargo.toml +++ b/glean-core/rlb/Cargo.toml @@ -15,7 +15,7 @@ include = [ "/tests", "/Cargo.toml", ] -rust-version = "1.62" +rust-version = "1.63" [badges] circle-ci = { repository = "mozilla/glean", branch = "main" }