Skip to content

Commit

Permalink
chore: bump rust to 1.76.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencaccia committed Feb 9, 2024
1 parent c8213e3 commit 60dfe42
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/cargo-codspeed/src/prelude.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pub use anyhow::{anyhow, bail, Error, Ok, Result};
pub use anyhow::{anyhow, bail, Ok, Result};
pub use cargo::core::Workspace;
pub use itertools::Itertools;
1 change: 0 additions & 1 deletion crates/criterion_compat/src/compat/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ mod macros;
pub use self::bencher::*;
pub use self::criterion::*;
pub use self::group::*;
pub use self::macros::*;
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.73.0"
channel = "1.76.0"

0 comments on commit 60dfe42

Please sign in to comment.