mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-16 16:47:01 +05:30
feat(rust): upgrade to 2024-05-24 nightly
This commit is contained in:
parent
470fc5b138
commit
391078e2c3
3 changed files with 3 additions and 6 deletions
|
@ -41,7 +41,7 @@
|
|||
|
||||
rustNightly = (import fenix {inherit pkgs;}).fromToolchainFile {
|
||||
file = ./rust-toolchain.toml;
|
||||
sha256 = "sha256-Je+rS6Tgc04HqvDj2XvjOpbyIAcEee0JqqrG7+cUydI=";
|
||||
sha256 = "sha256-Fo3VT4BvAUzTBjRNZQJGy7X5/X+CL0KzNPjmozMl93A=";
|
||||
};
|
||||
|
||||
craneLib = (crane.mkLib pkgs).overrideToolchain rustNightly;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[toolchain]
|
||||
channel = "nightly-2024-01-09"
|
||||
channel = "nightly-2024-05-24"
|
||||
components = ["clippy", "rustfmt", "rust-src"]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
profile = "minimal"
|
||||
|
|
|
@ -144,8 +144,5 @@ fn get_url(repo: &Repository, remote_name: &str) -> String {
|
|||
}
|
||||
}
|
||||
|
||||
match remote_url {
|
||||
Some(url) => url,
|
||||
None => String::default(),
|
||||
}
|
||||
remote_url.unwrap_or_default()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue