This repository has been archived by the owner on Sep 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e81d296
commit dc6dcc1
Showing
12 changed files
with
31 additions
and
26 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "determinator" | ||
version = "0.2.1" | ||
version = "0.3.0" | ||
description = "Figure out which packages changed between two commits to a workspace." | ||
documentation = "https://docs.rs/determinator" | ||
authors = ["Rain <[email protected]>"] | ||
|
@@ -29,7 +29,7 @@ include = [ | |
[dependencies] | ||
camino = "1.0.0" | ||
globset = "0.4.6" | ||
guppy = { version = "0.7.1", path = "../../guppy", features = ["rayon1", "summaries"] } | ||
guppy = { version = "0.8.0", path = "../../guppy", features = ["rayon1", "summaries"] } | ||
itertools = "0.10" | ||
once_cell = "1.6.0" | ||
petgraph = { version = "0.5", default-features = false, features = ["graphmap"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "hakari" | ||
version = "0.1.1" | ||
version = "0.2.0" | ||
description = "Manage workspace-hack packages that do feature unification inside workspaces." | ||
documentation = "https://docs.rs/determinator" | ||
authors = ["Rain <[email protected]>"] | ||
|
@@ -27,7 +27,7 @@ atomicwrites = "0.2.5" | |
camino = "1.0.0" | ||
cfg-if = "1.0.0" | ||
diffy = "0.2.1" | ||
guppy = { version = "0.7.1", path = "../../guppy", features = ["rayon1"] } | ||
guppy = { version = "0.8.0", path = "../../guppy", features = ["rayon1"] } | ||
pathdiff = "0.2.0" | ||
proptest = { version = "1.0.0", optional = true } | ||
proptest-derive = { version = "0.3.0", optional = true } | ||
|