Skip to content

Commit

Permalink
[guppy] version 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Jul 29, 2023
1 parent d9bb66f commit e9d1e96
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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 cargo-guppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ camino = "1.1.6"
color-eyre = { version = "0.6.2", default-features = false }
clap = { version = "3.2.25", features = ["derive"] }
dialoguer = "0.10.4"
guppy = { version = "0.17.0", path = "../guppy", features = ["summaries"] }
guppy = { version = "0.17.1", path = "../guppy", features = ["summaries"] }
guppy-cmdlib = { path = "../guppy-cmdlib" }
itertools = "0.11.0"
pathdiff = { version = "0.2.1", features = ["camino"] }
Expand Down
2 changes: 1 addition & 1 deletion guppy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "guppy"
version = "0.17.0"
version = "0.17.1"
description = "Track and query Cargo dependency graphs."
documentation = "https://docs.rs/guppy"
repository = "https://github.com/guppy-rs/guppy"
Expand Down
2 changes: 1 addition & 1 deletion tools/cargo-hakari/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dialoguer = "0.10.4"
duct = "0.13.6"
enable-ansi-support = "0.2.1"
env_logger = "0.9.3"
guppy = { version = "0.17.0", path = "../../guppy" }
guppy = { version = "0.17.1", path = "../../guppy" }
hakari = { version = "0.15.0", path = "../hakari", features = ["cli-support"] }
log = "0.4.19"
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
Expand Down
2 changes: 1 addition & 1 deletion tools/determinator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rust-version = "1.66"
[dependencies]
camino = "1.1.6"
globset = "0.4.12"
guppy = { version = "0.17.0", path = "../../guppy", features = [
guppy = { version = "0.17.1", path = "../../guppy", features = [
"rayon1",
"summaries",
] }
Expand Down
2 changes: 1 addition & 1 deletion tools/hakari/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ camino = "1.1.6"
cfg-if = "1.0.0"
debug-ignore = "1.0.5"
diffy = "0.3.0"
guppy = { version = "0.17.0", path = "../../guppy", features = ["rayon1"] }
guppy = { version = "0.17.1", path = "../../guppy", features = ["rayon1"] }
include_dir = { version = "0.7.3", features = ["glob"], optional = true }
indenter = "0.3.3"
itertools = "0.11.0"
Expand Down

0 comments on commit e9d1e96

Please sign in to comment.