diff --git a/Cargo.toml b/Cargo.toml index 923f63a..656b25a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ bench = ["clap/derive", "crossterm", "dirs", "ratatui", "criterion"] [dependencies] anyhow = "^1.0.72" -clap = { version = "^4.3.21", optional = true } +clap = { version = "=4.4.6", optional = true } criterion = { version = "^0.5.1", default-features = false, features = [], optional = true } crossterm = { version = "^0.27.0", optional = true } dirs = { version = "^5.0.1", optional = true } diff --git a/README.md b/README.md index e73f2ae..f3c1073 100644 --- a/README.md +++ b/README.md @@ -56,18 +56,32 @@ brew upgrade emilevr/space/space #### [Scoop](https://scoop.sh/) (Windows) -A PR has been submitted to merge space into the extras bucket, but is still pending review. In the meantime, you can use the following command to install space via the Scoop manifest published by this repo: +`space` is available in the `extras` bucket. + +:one: Add the bucket via the following command, if you haven't done so already: ```plaintext -scoop install https://emilevr.github.io/space/scoop/space.json +scoop bucket add extras ``` -In future, `space` may be upgraded via: +:two: Install: + +```plaintext +scoop install space +``` + +:three: In future, upgrade: ```plaintext scoop update space ``` +Alternatively, use the following command to install space via the Scoop manifest published by this repo: + +```plaintext +scoop install https://emilevr.github.io/space/scoop/space.json +``` + #### Bash ``` diff --git a/buildit/Cargo.lock b/buildit/Cargo.lock index 236c406..82bcd31 100644 --- a/buildit/Cargo.lock +++ b/buildit/Cargo.lock @@ -952,9 +952,9 @@ checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" [[package]] name = "libgit2-sys" -version = "0.16.1+1.7.1" +version = "0.16.2+1.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2a2bb3680b094add03bb3732ec520ece34da31a8cd2d633d1389d0f0fb60d0c" +checksum = "ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8" dependencies = [ "cc", "libc", diff --git a/buildit/Cargo.toml b/buildit/Cargo.toml index e1e5bfe..6b37d83 100644 --- a/buildit/Cargo.toml +++ b/buildit/Cargo.toml @@ -9,7 +9,7 @@ benchmark = ["indicatif", "reqwest", "zip"] [dependencies] anyhow = "^1.0.72" -clap = { version = "^4.3.21", features = ["derive"] } +clap = { version = "=4.4.6", features = ["derive"] } env_logger = "^0.10.0" git2 = "^0.18.1" globset = "^0.4.13"