parent
98b861454a
commit
4ece3b5c6a
@ -1,11 +0,0 @@
|
||||
--- regex-1.0.2/Cargo.toml 1970-01-01T01:00:00+01:00
|
||||
+++ regex-1.0.2/Cargo.toml 2018-07-19T03:37:55.434512+02:00
|
||||
@@ -95,8 +95,6 @@
|
||||
|
||||
[features]
|
||||
default = ["use_std"]
|
||||
-pattern = []
|
||||
-unstable = ["pattern"]
|
||||
use_std = []
|
||||
[badges.appveyor]
|
||||
repository = "rust-lang-libs/regex"
|
@ -0,0 +1,10 @@
|
||||
--- regex-1.0.5/Cargo.toml 1970-01-01T01:00:00+01:00
|
||||
+++ regex-1.0.5/Cargo.toml 2018-10-07T20:03:14.619201+02:00
|
||||
@@ -22,6 +22,7 @@
|
||||
categories = ["text-processing"]
|
||||
license = "MIT/Apache-2.0"
|
||||
repository = "https://github.com/rust-lang/regex"
|
||||
+exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*"]
|
||||
[profile.test]
|
||||
debug = true
|
||||
|
Loading…
Reference in new issue