Skip to content

Commit

Permalink
Merge pull request #541 from mkroening/update
Browse files Browse the repository at this point in the history
build(deps): update toolchain, kernel
  • Loading branch information
mkroening authored Feb 28, 2024
2 parents 9fc053d + 4696d02 commit 90d0c75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion benches/alloc/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ fn print_bench_results(bench_name: &str, res: &BenchRunResults) {
print_measurement_set(&res.dealloc_measurements, "Deallocations");
}

fn print_measurement_set(measurements: &Vec<u64>, set_name: &str) {
fn print_measurement_set(measurements: &[u64], set_name: &str) {
print!("{:>20} | ", set_name);
for i in 0..=8 {
print!(
Expand Down
2 changes: 1 addition & 1 deletion kernel
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-11-15"
channel = "nightly-2024-02-15"
components = [ "rust-src" ]

0 comments on commit 90d0c75

Please sign in to comment.