You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
520 B
30 lines
520 B
--- syntect-2.1.0/Cargo.toml 1970-01-01T01:00:00+01:00
|
|
+++ syntect-2.1.0/Cargo.toml 2018-09-03T08:43:04.539047+02:00
|
|
@@ -54,14 +54,14 @@
|
|
version = "1.0"
|
|
|
|
[dependencies.onig]
|
|
-version = "3.2.1"
|
|
+version = "4.1"
|
|
optional = true
|
|
|
|
[dependencies.plist]
|
|
-version = "0.2"
|
|
+version = "0.3"
|
|
|
|
[dependencies.regex-syntax]
|
|
-version = "0.4"
|
|
+version = "0.6"
|
|
optional = true
|
|
|
|
[dependencies.serde]
|
|
@@ -93,7 +93,7 @@
|
|
version = "1.0.0"
|
|
|
|
[dev-dependencies.regex]
|
|
-version = "0.2"
|
|
+version = "1.0"
|
|
|
|
[features]
|
|
assets = []
|