Skip to content

Commit

Permalink
Rustup to "rustc 1.78.0-nightly (a84bb95a1 2024-02-13)" (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 authored Feb 15, 2024
1 parent f237716 commit 9cce088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2023-12-19"
channel = "nightly-2024-02-14"
components = ["rustc", "cargo", "rust-std", "rust-src", "rustfmt"]
2 changes: 1 addition & 1 deletion tests/examples.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fn test_example(name: &str, features: &str, stdout: &str, stderr: &str) {

let mut command = Command::new("cargo");
if which::which("rustup").is_ok() {
command.arg("+nightly-2023-12-19");
command.arg("+nightly-2024-02-14");
}
command.arg("run").arg("--quiet");
if !features.is_empty() {
Expand Down

0 comments on commit 9cce088

Please sign in to comment.