Skip to content

Commit

Permalink
Update to 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
innobead committed May 31, 2021
1 parent f1be904 commit 9bdf3a2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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 src/app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "huber"
version = "0.3.5"
version = "0.3.6"
description = "Huber package, simplify `GitHub release` package management with a live awesome list of GitHub project"
authors = ["David Ko <[email protected]>"]
edition = "2018"
Expand All @@ -15,8 +15,8 @@ license-file = "../../LICENSE"
chrono = "0.4"

[dependencies]
huber-common = { path = "../common", version = "0.3.5" }
huber-procmacro = { path = "../procmacro", version = "0.3.5" }
huber-common = { path = "../common", version = "0.3.6" }
huber-procmacro = { path = "../procmacro", version = "0.3.6" }
libcli-rs = "0.1"
clap = "2"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion src/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "huber-common"
version = "0.3.5"
version = "0.3.6"
authors = ["David Ko <[email protected]>"]
edition = "2018"
description = "Interal package used by Huber"
Expand Down
2 changes: 1 addition & 1 deletion src/generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "huber-generator"
version = "0.3.5"
version = "0.3.6"
authors = ["David Ko <[email protected]>"]
edition = "2018"
build = "src/build.rs"
Expand Down
4 changes: 2 additions & 2 deletions src/procmacro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "huber-procmacro"
version = "0.3.5"
version = "0.3.6"
authors = ["David Ko <[email protected]>"]
edition = "2018"
description = "Interal package used by Huber"
Expand All @@ -12,7 +12,7 @@ license-file = "../../LICENSE"
proc-macro = true

[dependencies]
huber-common = { path = "../common", version = "0.3.5" }
huber-common = { path = "../common", version = "0.3.6" }
proc-macro2 = "1.0"
syn = "1.0"
quote = "1.0"
Expand Down

0 comments on commit 9bdf3a2

Please sign in to comment.