Skip to content

Commit 2f88519

Browse files
committed
garden v1.9.1-rc.0
1 parent 0150850 commit 2f88519

File tree

3 files changed

+75
-75
lines changed

3 files changed

+75
-75
lines changed

Cargo.lock

Lines changed: 53 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "garden-tools"
3-
version = "1.9.0"
3+
version = "1.9.1-rc.0"
44
edition = "2021"
55
description = """
66
Garden grows and cultivates collections of Git trees
@@ -25,28 +25,28 @@ maintenance = { status = "actively-developed" }
2525

2626
[dependencies]
2727
anyhow = "1.0"
28-
clap = { version = "4.4.17", features = ["derive", "string"] }
29-
clap_complete = "4.4.7"
30-
crossbeam = "0.8.4"
31-
derivative = "2.2.0"
32-
dirs = "5.0.1"
33-
glob = "0.3.1"
34-
indexmap = "2.2"
35-
indextree = "4.6.0"
36-
is-terminal = "0.4.10"
37-
pathdiff = "0.2.1"
38-
rayon = "1.8.0"
28+
clap = { version = "4.5", features = ["derive", "string"] }
29+
clap_complete = "4.5"
30+
crossbeam = "0.8"
31+
derivative = "2.2"
32+
dirs = "5.0"
33+
glob = "0.3"
34+
indexmap = "2.6"
35+
indextree = "4.7"
36+
is-terminal = "0.4"
37+
pathdiff = "0.2"
38+
rayon = "1.10"
3939
rm_rf = "0.6.2"
40-
shellexpand = { version = "3.1.0", features = ["full"] }
41-
shell-words = "1.1.0"
40+
shellexpand = { version = "3.1", features = ["full"] }
41+
shell-words = "1.1"
4242
shlex = "1.3.0"
43-
strum = "0.26.3"
44-
strum_macros = "0.26.3"
45-
subprocess = "0.2.9"
46-
thiserror = "1.0.56"
47-
which = "6.0.1"
48-
xdg = "2.5.2"
49-
yaml-rust = { version = "0.9.0", package = "yaml-rust2" }
43+
strum = "0.26"
44+
strum_macros = "0.26"
45+
subprocess = "0.2"
46+
thiserror = "1.0"
47+
which = "6.0"
48+
xdg = "2.5"
49+
yaml-rust = { version = "0.9", package = "yaml-rust2" }
5050
yansi = "1.0"
5151

5252
[dev-dependencies]

doc/src/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- `GARDEN_CMD_VERBOSE` and `GARDEN_CMD_QUIET` are now updated when using
88
`garden <command> -v ...` and `garden cmd <command> -v ...`.
99
Previously, these variables were only set when `-v` was used against the `garden`
10-
command directly, before any sub-commands; e.g. `garden -v ...`.
10+
command directly, before any sub-commands, e.g. `garden -v ...`.
1111

1212

1313
## v1.9.0

0 commit comments

Comments
 (0)