Skip to content

Commit f00ad5b

Browse files
Update MSRV to 1.83 (#7066)
In policy and needed for #7065
1 parent 3b8c742 commit f00ad5b

File tree

617 files changed

+3649
-3644
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

617 files changed

+3649
-3644
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ exclude = [
108108

109109
[workspace.package]
110110
version = "2.0.0"
111-
rust-version = "1.82"
111+
rust-version = "1.83"
112112
authors = ["The ICU4X Project Developers"]
113113
edition = "2021"
114114
repository = "https://github.com/unicode-org/icu4x"

Makefile.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ category = "ICU4X Development"
6161
env = { ICU4X_DATA_DIR = "../stubdata" }
6262
script_runner = "@duckscript"
6363
script = '''
64-
exec --fail-on-error rustup install 1.82 --profile minimal
64+
exec --fail-on-error rustup install 1.83 --profile minimal
6565
# Exclude internal tools (Make sure to skip_package = true in the Cargo.toml for these crates)
66-
exec --fail-on-error cargo +1.82 check --all-targets --all-features --workspace --exclude diplomat-gen --exclude codegen --exclude bakeddata --exclude depcheck --exclude diplomat-coverage
66+
exec --fail-on-error cargo +1.83 check --all-targets --all-features --workspace --exclude diplomat-gen --exclude codegen --exclude bakeddata --exclude depcheck --exclude diplomat-coverage
6767
'''
6868

6969
[tasks.ci-job-msrv-utils]
@@ -175,8 +175,8 @@ category = "CI"
175175
env = { ICU4X_DATA_DIR = "../stubdata" }
176176
script_runner = "@duckscript"
177177
script = '''
178-
exec --fail-on-error rustup install 1.82 --profile minimal
179-
exec --fail-on-error cargo +1.82 make check-all-features-chunked 1
178+
exec --fail-on-error rustup install 1.83 --profile minimal
179+
exec --fail-on-error cargo +1.83 make check-all-features-chunked 1
180180
'''
181181

182182
[tasks.ci-job-msrv-features-2]
@@ -185,8 +185,8 @@ category = "CI"
185185
env = { ICU4X_DATA_DIR = "../stubdata" }
186186
script_runner = "@duckscript"
187187
script = '''
188-
exec --fail-on-error rustup install 1.82 --profile minimal
189-
exec --fail-on-error cargo +1.82 make check-all-features-chunked 2
188+
exec --fail-on-error rustup install 1.83 --profile minimal
189+
exec --fail-on-error cargo +1.83 make check-all-features-chunked 2
190190
'''
191191

192192
[tasks.ci-job-msrv-features-3]
@@ -195,8 +195,8 @@ category = "CI"
195195
env = { ICU4X_DATA_DIR = "../stubdata" }
196196
script_runner = "@duckscript"
197197
script = '''
198-
exec --fail-on-error rustup install 1.82 --profile minimal
199-
exec --fail-on-error cargo +1.82 make check-all-features-chunked 3
198+
exec --fail-on-error rustup install 1.83 --profile minimal
199+
exec --fail-on-error cargo +1.83 make check-all-features-chunked 3
200200
'''
201201

202202
[tasks.ci-job-msrv-features]

clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# called LICENSE at the top level of the ICU4X source tree
33
# (online at: https://github.com/unicode-org/icu4x/blob/main/LICENSE ).
44

5-
msrv = "1.82"
5+
msrv = "1.83"

examples/c-tiny/decimal/Cargo.lock

Lines changed: 28 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/c-tiny/decimal/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
[package]
66
name = "unused"
7-
version = "0.0.0"
8-
# To ensure it stays on older lockfiles. Update when our pinned nightly supports lockfile v4
9-
rust-version = "1.81"
7+
publish = false
108

119
[lib]
1210
path = "unused"

examples/c-tiny/segmenter/Cargo.lock

Lines changed: 28 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/c-tiny/segmenter/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
[package]
66
name = "unused"
7-
version = "0.0.0"
8-
# To ensure it stays on older lockfiles. Update when our pinned nightly supports lockfile v4
9-
rust-version = "1.81"
7+
publish = false
108

119

1210
[lib]

0 commit comments

Comments
 (0)