mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-14 19:47:01 +05:30
feat(rust): bump Rust nightly
This commit is contained in:
parent
b06651e2c4
commit
edd7f7a06f
3 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ lto = "thin"
|
||||||
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
|
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
|
||||||
cargo-dist-version = "0.0.6"
|
cargo-dist-version = "0.0.6"
|
||||||
# The preferred Rust toolchain to use in CI (rustup toolchain syntax)
|
# The preferred Rust toolchain to use in CI (rustup toolchain syntax)
|
||||||
rust-toolchain-version = "nightly-2023-02-22"
|
rust-toolchain-version = "nightly-2023-06-10"
|
||||||
# CI backends to support (see 'cargo dist generate-ci')
|
# CI backends to support (see 'cargo dist generate-ci')
|
||||||
ci = ["github"]
|
ci = ["github"]
|
||||||
# The installers to generate for each app
|
# The installers to generate for each app
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
|
|
||||||
rustNightly = (import fenix {inherit pkgs;}).fromToolchainFile {
|
rustNightly = (import fenix {inherit pkgs;}).fromToolchainFile {
|
||||||
file = ./rust-toolchain.toml;
|
file = ./rust-toolchain.toml;
|
||||||
sha256 = "sha256-1elQHBWEQRZ5qrEtJi6uhvwUNKedyQusyhATdBywep0=";
|
sha256 = "sha256-0t+XYT0Om/dDfjsFljZLULbQNJ4hMysyvUnHEoAryAk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
craneLib = (crane.mkLib pkgs).overrideToolchain rustNightly;
|
craneLib = (crane.mkLib pkgs).overrideToolchain rustNightly;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "nightly-2023-02-22"
|
channel = "nightly-2023-06-10"
|
||||||
components = [ "clippy", "rustfmt", "rust-src" ]
|
components = [ "clippy", "rustfmt", "rust-src" ]
|
||||||
targets = [ "x86_64-unknown-linux-gnu" ]
|
targets = [ "x86_64-unknown-linux-gnu" ]
|
||||||
profile = "minimal"
|
profile = "minimal"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue