Skip to content

Commit

Permalink
Update minimum supported Rust version to 1.63¬
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Oct 19, 2023
1 parent cc98f46 commit a07291b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion glean-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion glean-core/build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ include = [
"/src",
"/Cargo.toml",
]
rust-version = "1.62"
rust-version = "1.63"

[dependencies]
xshell-venv = "1.1.0"
2 changes: 1 addition & 1 deletion glean-core/rlb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include = [
"/tests",
"/Cargo.toml",
]
rust-version = "1.62"
rust-version = "1.63"

[badges]
circle-ci = { repository = "mozilla/glean", branch = "main" }
Expand Down

0 comments on commit a07291b

Please sign in to comment.