Skip to content

Commit

Permalink
Release v0.4.3 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav authored Nov 19, 2022
1 parent 637a81b commit 1ee0a1c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ license = "GPL-3.0"
name = "githuber"
readme = "README.md"
repository = "https://github.com/hack-ink/githuber"
version = "0.4.2"
version = "0.4.3"

[dependencies]
api-impl = { version = "0.4.2", path = "src/api/impl" }
api-impl = { version = "0.4.3", path = "src/api/impl" }

[dev-dependencies]
anyhow = { version = "1.0" }
reqwest = { version = "0.11", features = ["json"] }
serde_json = { version = "1.0" }
tokio = { version = "1.21", features = ["macros"] }
tokio = { version = "1.22", features = ["macros"] }
tracing = { version = "0.1" }
tracing-subscriber = { version = "0.3" }

Expand Down
2 changes: 1 addition & 1 deletion src/api/impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "api-impl"
readme = "README.md"
repository = "https://github.com/hack-ink/githuber"
version = "0.4.2"
version = "0.4.3"

[lib]
proc-macro = true
Expand Down
2 changes: 1 addition & 1 deletion src/api/impl/debug/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/hack-ink/githuber"
version = "0.0.0"

[dependencies]
api-impl = { version = "0.4.2", path = "..", features = ["debug"] }
api-impl = { version = "0.4.3", path = "..", features = ["debug"] }

[workspace]
exclude = []

0 comments on commit 1ee0a1c

Please sign in to comment.