Skip to content

Commit

Permalink
chore: update to 0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
innobead committed Dec 11, 2022
1 parent 71f4f79 commit 694bbfe
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions crates/app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "huber"
version = "0.3.9"
version = "0.3.10"
description = "Huber package, simplify `GitHub release` package management with a live awesome list of GitHub project"
authors = ["David Ko <[email protected]>"]
edition = "2021"
Expand All @@ -16,8 +16,8 @@ license-file = "../../LICENSE"
chrono = "0.4"

[dependencies]
huber-common = { path = "../common", version = "0.3.9" }
huber-procmacro = { path = "../procmacro", version = "0.3.9" }
huber-common = { path = "../common", version = "0.3.10" }
huber-procmacro = { path = "../procmacro", version = "0.3.10" }
libcli-rs = "0.1"
clap = { version = "3.1.6", features = ["env"] }
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "huber-common"
version = "0.3.9"
version = "0.3.10"
authors = ["David Ko <[email protected]>"]
edition = "2021"
rust-version = "1.65"
Expand Down
2 changes: 1 addition & 1 deletion crates/generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "huber-generator"
version = "0.3.9"
version = "0.3.10"
authors = ["David Ko <[email protected]>"]
edition = "2021"
rust-version = "1.65"
Expand Down
2 changes: 1 addition & 1 deletion crates/procmacro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "huber-procmacro"
version = "0.3.9"
version = "0.3.10"
authors = ["David Ko <[email protected]>"]
edition = "2021"
rust-version = "1.65"
Expand Down

0 comments on commit 694bbfe

Please sign in to comment.