Commit 253dbf0 1 parent 09253e4 commit 253dbf0 Copy full SHA for 253dbf0
File tree 3 files changed +13
-3
lines changed
3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change
1
+ # tree_magic_mini 3.0.0
2
+
3
+ * Split GPL-licensed files into a separate optional dependency. The main crate
4
+ is now MIT-licensed, and searches for data files installed on the system at
5
+ run-time by default.
6
+
7
+ If you enable the ` with-gpl-data ` feature, then the data files will be
8
+ hard-coded into the library at compile time. Programs that use this feature
9
+ must be distributed according to the terms of the GNU GPL 2.0 or later.
10
+
1
11
# tree_magic_mini 2.0.0
2
12
3
13
* Change license to GPL-2.0-or-later for compatibility with upstream
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tree_magic_mini"
3
- version = " 2 .0.0"
3
+ version = " 3 .0.0"
4
4
authors = [
5
5
" Matt Brubeck <mbrubeck@limpet.net>" ,
6
6
" Allison Hancock <aahancoc@umich.edu>" ,
@@ -20,7 +20,7 @@ nom = "6.0"
20
20
lazy_static = " ^1.4"
21
21
fnv = " ^1"
22
22
once_cell = " ^1"
23
- tree_magic_db = { path = " ./magic_db" , optional = true }
23
+ tree_magic_db = { version = " 3 " , path = " ./magic_db" , optional = true }
24
24
25
25
[features ]
26
26
with-gpl-data = [" tree_magic_db" ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tree_magic_db"
3
- version = " 1 .0.0"
3
+ version = " 3 .0.0"
4
4
authors = [" Richard Bradfield <bradfier@fstab.me>" ]
5
5
description = " Packages the FreeDesktop.org shared MIME database for optional use with tree_magic_mini"
6
6
license = " GPL-2.0-or-later"
You can’t perform that action at this time.
0 commit comments