Skip to content

Commit

Permalink
[guppy] version 0.17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Jul 29, 2024
1 parent 5538faf commit 37e651b
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 @@ -12,7 +12,7 @@ camino = "1.1.7"
color-eyre = { version = "0.6.3", default-features = false }
clap = { version = "3.2.25", features = ["derive"] }
dialoguer = "0.11.0"
guppy = { version = "0.17.5", path = "../guppy", features = ["summaries"] }
guppy = { version = "0.17.6", path = "../guppy", features = ["summaries"] }
guppy-cmdlib = { path = "../guppy-cmdlib" }
itertools = "0.12.1"
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.5"
version = "0.17.6"
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.11.0"
duct = "0.13.7"
enable-ansi-support = "0.2.1"
env_logger = "0.11.3"
guppy = { version = "0.17.5", path = "../../guppy" }
guppy = { version = "0.17.6", path = "../../guppy" }
hakari = { version = "0.17.2", path = "../hakari", features = ["cli-support"] }
log = "0.4.21"
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 @@ -28,7 +28,7 @@ rust-version.workspace = true
ahash.workspace = true
camino = "1.1.7"
globset = "0.4.14"
guppy = { version = "0.17.5", path = "../../guppy", features = [
guppy = { version = "0.17.6", 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 @@ -29,7 +29,7 @@ camino = "1.1.7"
cfg-if = "1.0.0"
debug-ignore = "1.0.5"
diffy = "0.3.0"
guppy = { version = "0.17.5", path = "../../guppy", features = ["rayon1"] }
guppy = { version = "0.17.6", path = "../../guppy", features = ["rayon1"] }
include_dir = { version = "0.7.3", features = ["glob"], optional = true }
indenter = "0.3.3"
itertools = "0.12.1"
Expand Down

0 comments on commit 37e651b

Please sign in to comment.