Skip to content

Commit 066df92

Browse files
committed
release: 1.0.5
1 parent 9fe9db8 commit 066df92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ lto = true
1111
codegen-units = 1
1212

1313
[workspace.package]
14-
version = "1.0.4"
14+
version = "1.0.5"
1515
description = "Huber, simplify GitHub package management"
1616
authors = ["David Ko <[email protected]>"]
1717
edition = "2021"
@@ -23,8 +23,8 @@ readme = "README.md"
2323
license-file = "LICENSE"
2424

2525
[workspace.dependencies]
26-
huber-common = { path = "huber-common", version = "1.0.4" }
27-
huber-procmacro = { path = "huber-procmacro", version = "1.0.4" }
26+
huber-common = { path = "huber-common", version = "1.0.5" }
27+
huber-procmacro = { path = "huber-procmacro", version = "1.0.5" }
2828
libcli-rs = "0.1.4"
2929
clap = { version = "4.5.21", features = ["env", "derive"] }
3030
log = "0.4"

0 commit comments

Comments
 (0)