Skip to content

Commit b603443

Browse files
committed
Merge #46: Bump rust-toolchain from 1.92.0 to 1.93.0
Approved-by: Qqwy Priority: Normal Auto-deploy: false
2 parents f80ba5a + d55fc8e commit b603443

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/actions/setup-nix-direnv-rust/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
- uses: nix-community/cache-nix-action@135667ec418502fa5a3598af6fb9eb733888ce6a # v6
88
with:
99
# restore and save a cache using this key
10-
primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix', 'nix/sources.json') }}
10+
primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix', 'nix/sources.json', 'rust-toolchain.toml') }}
1111
# if there's no cache hit, restore a cache by this prefix
1212
restore-prefixes-first-match: nix-${{ runner.os }}-
1313
- uses: HatsuneMiku3939/direnv-action@89ed6f6786c25aa7a69cd12f9fd0fdcb46c7c489 # Latest as of 2025-05-16

nix/sources.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"homepage": "",
3030
"owner": "oxalica",
3131
"repo": "rust-overlay",
32-
"rev": "6d14586a5917a1ec7f045ac97e6d00c68ea5d9f3",
33-
"sha256": "0kzg34bv6ap1jgq8x2bawn7rv3pkhd53z8zdvpykyvqqkxpw0dsf",
32+
"rev": "71f9daa4e05e49c434d08627e755495ae222bc34",
33+
"sha256": "1vdqw008wza6vx823hd5wb7my72fhj006i1695mbvg0kfl7dh5z2",
3434
"type": "tarball",
35-
"url": "https://github.com/oxalica/rust-overlay/archive/6d14586a5917a1ec7f045ac97e6d00c68ea5d9f3.tar.gz",
35+
"url": "https://github.com/oxalica/rust-overlay/archive/71f9daa4e05e49c434d08627e755495ae222bc34.tar.gz",
3636
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
3737
}
3838
}

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 = "1.92.0"
2+
channel = "1.93.0"
33
components = ["clippy", "rustfmt", "rust-analyzer", "rust-src"]
44
profile = "minimal"

0 commit comments

Comments
 (0)