Skip to content

Commit

Permalink
[hakari] version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Nov 7, 2022
1 parent 98142d7 commit c7745df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion tools/cargo-hakari/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ duct = "0.13.5"
enable-ansi-support = "0.1.2"
env_logger = "0.9.1"
guppy = { version = "0.15.0", path = "../../guppy" }
hakari = { version = "0.10.2", path = "../hakari", features = ["cli-support"] }
hakari = { version = "0.11.0", path = "../hakari", features = ["cli-support"] }
log = "0.4.17"
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
supports-color = "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/hakari/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hakari"
version = "0.10.2"
version = "0.11.0"
description = "Manage workspace-hack packages that do feature unification inside workspaces."
documentation = "https://docs.rs/hakari"
edition = "2021"
Expand Down

0 comments on commit c7745df

Please sign in to comment.