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.
rust-regex-automata/regex-automata-fix-metadata...

12 lines
560 B

5 years ago
--- regex-automata-0.1.9/Cargo.toml 2020-03-09T00:15:16+00:00
+++ regex-automata-0.1.9/Cargo.toml 2020-03-10T17:29:40.750809+00:00
@@ -14,7 +14,7 @@
name = "regex-automata"
5 years ago
version = "0.1.9"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
-exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*", "/regex-automata-debug"]
+exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*", "/regex-automata-debug", "/data/*"]
5 years ago
autoexamples = false
autotests = false
description = "Automata construction and matching using regular expressions."