mirror of
https://github.com/j178/prek.git
synced 2026-04-25 02:11:36 +02:00
Update dependency uv to v0.8.14 (#570)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -20,7 +20,7 @@ use crate::store::{CacheBucket, Store};
|
||||
use crate::version;
|
||||
|
||||
// The version range of `uv` we will install. Should update periodically.
|
||||
const CUR_UV_VERSION: &str = "0.8.13";
|
||||
const CUR_UV_VERSION: &str = "0.8.14";
|
||||
static UV_VERSION_RANGE: LazyLock<VersionReq> =
|
||||
LazyLock::new(|| VersionReq::parse(">=0.7.0, <0.9.0").unwrap());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user