File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ lto = true
11
11
codegen-units = 1
12
12
13
13
[workspace .package ]
14
- version = " 1.0.8 "
14
+ version = " 1.0.9 "
15
15
description = " Huber, simplify GitHub package management"
16
16
authors = [
" David Ko <[email protected] >" ]
17
17
edition = " 2021"
@@ -23,7 +23,7 @@ readme = "README.md"
23
23
license-file = " LICENSE"
24
24
25
25
[workspace .dependencies ]
26
- huber-procmacro = { path = " huber-procmacro" , version = " 1.0.8 " }
26
+ huber-procmacro = { path = " huber-procmacro" , version = " 1.0.9 " }
27
27
libcli-rs = " 0.1.4"
28
28
clap = { version = " 4.5.21" , features = [" env" , " derive" ] }
29
29
log = " 0.4"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ build = "src/build.rs"
14
14
15
15
[build-dependencies ]
16
16
anyhow.workspace = true
17
- huber = { path = " ../huber" , version = " 1.0.8 " }
17
+ huber = { path = " ../huber" , version = " 1.0.9 " }
18
18
maplit.workspace = true
19
19
octocrab.workspace = true
20
20
serde.workspace = true
@@ -23,6 +23,6 @@ tokio.workspace = true
23
23
24
24
[dependencies ]
25
25
anyhow.workspace = true
26
- huber = { path = " ../huber" , version = " 1.0.8 " }
26
+ huber = { path = " ../huber" , version = " 1.0.9 " }
27
27
maplit.workspace = true
28
28
octocrab.workspace = true
You can’t perform that action at this time.
0 commit comments