Skip to content

Commit

Permalink
Update the Rust toolchain version in tests/examples.rs.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Dec 20, 2023
1 parent fa65777 commit f237716
Showing 1 changed file with 1 addition and 1 deletion.
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-09");
command.arg("+nightly-2023-12-19");
}
command.arg("run").arg("--quiet");
if !features.is_empty() {
Expand Down

0 comments on commit f237716

Please sign in to comment.