Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/unsafe-libyaml-0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
emilevr committed Feb 14, 2024
2 parents ed34199 + 31ece2f commit 689f81f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand Down
4 changes: 2 additions & 2 deletions buildit/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion buildit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 689f81f

Please sign in to comment.