Skip to content

Commit e14f0cb

Browse files
committed
release: 1.0.9
1 parent ab8d303 commit e14f0cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

+2-2
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.8"
14+
version = "1.0.9"
1515
description = "Huber, simplify GitHub package management"
1616
authors = ["David Ko <[email protected]>"]
1717
edition = "2021"
@@ -23,7 +23,7 @@ readme = "README.md"
2323
license-file = "LICENSE"
2424

2525
[workspace.dependencies]
26-
huber-procmacro = { path = "huber-procmacro", version = "1.0.8" }
26+
huber-procmacro = { path = "huber-procmacro", version = "1.0.9" }
2727
libcli-rs = "0.1.4"
2828
clap = { version = "4.5.21", features = ["env", "derive"] }
2929
log = "0.4"

huber-generator/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build = "src/build.rs"
1414

1515
[build-dependencies]
1616
anyhow.workspace = true
17-
huber = { path = "../huber", version = "1.0.8" }
17+
huber = { path = "../huber", version = "1.0.9" }
1818
maplit.workspace = true
1919
octocrab.workspace = true
2020
serde.workspace = true
@@ -23,6 +23,6 @@ tokio.workspace = true
2323

2424
[dependencies]
2525
anyhow.workspace = true
26-
huber = { path = "../huber", version = "1.0.8" }
26+
huber = { path = "../huber", version = "1.0.9" }
2727
maplit.workspace = true
2828
octocrab.workspace = true

0 commit comments

Comments
 (0)