Skip to content

Commit 03f0ffe

Browse files
committed
Upgrade to petgraph 0.6
1 parent df3aead commit 03f0ffe

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

Cargo.toml

+8-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tree_magic_mini"
3-
version = "3.0.1"
3+
version = "3.0.2"
44
authors = [
55
"Matt Brubeck <mbrubeck@limpet.net>",
66
"Allison Hancock <aahancoc@umich.edu>",
@@ -15,23 +15,19 @@ exclude = ["tests/*", "benches/*/"]
1515
edition = "2018"
1616

1717
[dependencies]
18-
petgraph = "^0.5"
18+
petgraph = "0.6.0"
1919
nom = "7.0"
20-
lazy_static = "^1.4"
21-
fnv = "^1"
22-
bytecount = "^0.6"
23-
once_cell = "^1"
24-
tree_magic_db = { version = "3", path = "./magic_db" , optional = true }
20+
lazy_static = "1.4"
21+
fnv = "1.0"
22+
bytecount = "0.6.0"
23+
once_cell = "1.0"
24+
tree_magic_db = { version = "3.0", path = "./magic_db" , optional = true }
2525

2626
[features]
2727
with-gpl-data = ["tree_magic_db"]
2828

2929
[dev-dependencies]
30-
bencher = "^0.1"
31-
32-
[lib]
33-
crate-type = ["lib"]
34-
path = "src/lib.rs"
30+
bencher = "0.1.0"
3531

3632
[workspace]
3733
members = ["magic_db"]

0 commit comments

Comments
 (0)