--- regex-automata-0.1.6/Cargo.toml 1970-01-01T00:00:00+00:00 +++ regex-automata-0.1.6/Cargo.toml 2019-06-09T08:44:45.902196+00:00 @@ -14,7 +14,7 @@ name = "regex-automata" version = "0.1.6" authors = ["Andrew Gallant "] -exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*", "/regex-automata-debug"] +exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*", "/regex-automata-debug", "/data/*"] autotests = false description = "Automata construction and matching using regular expressions." homepage = "https://github.com/BurntSushi/regex-automata" @@ -65,7 +65,7 @@ version = "1.0.82" [dev-dependencies.serde_bytes] -version = "0.10.4" +version = "0.11" [dev-dependencies.serde_derive] version = "1.0.82"