mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-03 05:03:46 +00:00
Upgrade to Rust 1.80.0 (#5472)
This commit is contained in:
parent
3ea5e16e96
commit
24859bd3ee
38 changed files with 163 additions and 196 deletions
|
|
@ -2,9 +2,9 @@ pub mod criterion {
|
|||
//! This module re-exports the criterion API but picks the right backend depending on whether
|
||||
//! the benchmarks are built to run locally or with codspeed
|
||||
|
||||
#[cfg(not(codspeed))]
|
||||
#[cfg(not(feature = "codspeed"))]
|
||||
pub use criterion::*;
|
||||
|
||||
#[cfg(codspeed)]
|
||||
#[cfg(feature = "codspeed")]
|
||||
pub use codspeed_criterion_compat::*;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue