generated from EmbarkStudios/opensource-template
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixup CI * Fix up README * Update dep/fixup metadata * Update CHANGELOG * Fix compile fail
- Loading branch information
1 parent
0b8784e
commit 98f57a7
Showing
5 changed files
with
27 additions
and
55 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -6,13 +6,14 @@ authors = [ | |
"Embark <[email protected]>", | ||
"Jake Shadle <[email protected]>", | ||
] | ||
edition = "2018" | ||
edition = "2021" | ||
repository = "https://github.com/EmbarkStudios/krates" | ||
license = "MIT OR Apache-2.0" | ||
readme = "README.md" | ||
documentation = "https://docs.rs/krates" | ||
homepage = "https://github.com/EmbarkStudios/krates" | ||
keywords = ["cargo", "metadata", "graph"] | ||
categories = ["visualization"] | ||
|
||
[features] | ||
default = [] | ||
|
@@ -24,7 +25,7 @@ targets = ["cfg-expr/targets"] | |
# Used for acquiring and/or deserializing `cargo metadata` output | ||
cargo_metadata = "0.14" | ||
# Used to parse and evaluate cfg() expressions for dependencies | ||
cfg-expr = "0.9" | ||
cfg-expr = "0.10" | ||
# Used to create and traverse graph structures | ||
petgraph = "0.6" | ||
# Used for checking version requirements | ||
|
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