Skip to content

Commit

Permalink
[hakari] version 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Jun 26, 2023
1 parent 2633906 commit 18ce390
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.6"
enable-ansi-support = "0.2.1"
env_logger = "0.9.3"
guppy = { version = "0.17.0", path = "../../guppy" }
hakari = { version = "0.14.0", path = "../hakari", features = ["cli-support"] }
hakari = { version = "0.15.0", path = "../hakari", features = ["cli-support"] }
log = "0.4.19"
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
supports-color = "1.3.1"
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.14.0"
version = "0.15.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 18ce390

Please sign in to comment.