Skip to content

Commit 56ab152

Browse files
committed
1 parent de908fa commit 56ab152

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ resolver = "2"
117117

118118
[workspace.package]
119119
edition = "2021"
120-
rust-version = "1.74.0"
120+
rust-version = "1.74.1"
121121

122122
[profile.dev]
123123
split-debuginfo = "unpacked"

bin/ci-builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
set -euo pipefail
1818

19-
NIGHTLY_RUST_DATE=2023-11-19
19+
NIGHTLY_RUST_DATE=2024-02-15
2020

2121
cd "$(dirname "$0")/.."
2222

bin/lint-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
#
1212
# lint-versions - Check rust version
1313

14-
grep "rust-version = " Cargo.toml | grep -q "1\.74\.0" || \
14+
grep "rust-version = " Cargo.toml | grep -q "1\.74\.1" || \
1515
(echo "Please validate new Rust versions for compilation time performance regressions or ask Team Testing to do so. Afterwards change the tested version in bin/lint-versions" && exit 1)

misc/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77

88
[workspace.package]
99
edition = "2021"
10-
rust-version = "1.74.0"
10+
rust-version = "1.74.1"
1111

1212
[workspace.metadata.vet]
1313
store = { path = "../cargo-vet" }

0 commit comments

Comments
 (0)