Commit 03f0ffe 1 parent df3aead commit 03f0ffe Copy full SHA for 03f0ffe
File tree 1 file changed +8
-12
lines changed
1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tree_magic_mini"
3
- version = " 3.0.1 "
3
+ version = " 3.0.2 "
4
4
authors = [
5
5
" Matt Brubeck <mbrubeck@limpet.net>" ,
6
6
" Allison Hancock <aahancoc@umich.edu>" ,
@@ -15,23 +15,19 @@ exclude = ["tests/*", "benches/*/"]
15
15
edition = " 2018"
16
16
17
17
[dependencies ]
18
- petgraph = " ^0.5 "
18
+ petgraph = " 0.6.0 "
19
19
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 }
25
25
26
26
[features ]
27
27
with-gpl-data = [" tree_magic_db" ]
28
28
29
29
[dev-dependencies ]
30
- bencher = " ^0.1"
31
-
32
- [lib ]
33
- crate-type = [" lib" ]
34
- path = " src/lib.rs"
30
+ bencher = " 0.1.0"
35
31
36
32
[workspace ]
37
33
members = [" magic_db" ]
You can’t perform that action at this time.
0 commit comments