Skip to content

Commit e431082

Browse files
committed
test
1 parent c07f213 commit e431082

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/renovate.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@
100100
"fileFormat": "toml",
101101
"fileMatch": ["^rust-toolchain\\.toml$"],
102102
"matchStrings": [
103-
"toolchain[$match(channel, /^\\d+\\.\\d+\\.\\d+$/)].{ \"currentValue\": channel, \"depName\": \"rust-lang/rust\", \"datasource\": \"github-releases\", \"versioning\": \"semver\" }",
104-
"toolchain[$startsWith(channel, 'nightly-')].{ \"currentValue\": channel, \"depName\": \"rust-nightly\", \"datasource\": \"custom.rust-nightly\" }"
103+
"toolchain[$match(channel, /^\\d+\\.\\d+\\.\\d+$/)].{ \"currentValue\": channel, \"depName\": \"rust-lang/rust\", \"datasource\": \"github-releases\", \"versioning\": \"semver\" }"
105104
]
106105
}
107106
]

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "nightly-2025-04-16"
2+
channel = "1.85.0"
33
components = ["rustfmt", "clippy"]
44
profile = "minimal"

0 commit comments

Comments
 (0)