We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe9db8 commit 066df92Copy full SHA for 066df92
Cargo.toml
@@ -11,7 +11,7 @@ lto = true
11
codegen-units = 1
12
13
[workspace.package]
14
-version = "1.0.4"
+version = "1.0.5"
15
description = "Huber, simplify GitHub package management"
16
authors = ["David Ko <[email protected]>"]
17
edition = "2021"
@@ -23,8 +23,8 @@ readme = "README.md"
23
license-file = "LICENSE"
24
25
[workspace.dependencies]
26
-huber-common = { path = "huber-common", version = "1.0.4" }
27
-huber-procmacro = { path = "huber-procmacro", version = "1.0.4" }
+huber-common = { path = "huber-common", version = "1.0.5" }
+huber-procmacro = { path = "huber-procmacro", version = "1.0.5" }
28
libcli-rs = "0.1.4"
29
clap = { version = "4.5.21", features = ["env", "derive"] }
30
log = "0.4"
0 commit comments