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-rustc-serialize/rustc-serialize-fix-metadat...

11 lines
375 B

--- rustc-serialize-0.3.24/Cargo.toml 2017-04-21T14:10:04+00:00
+++ rustc-serialize-0.3.24/Cargo.toml 2023-03-20T17:59:00.023986+00:00
@@ -13,6 +13,7 @@
`derive(RustcEncodable, RustcDecodable)` mode in the compiler. Also includes
support for hex, base64, and json encoding and decoding.
"""
+exclude = ["/.travis.yml", "/appveyor.yml"]
[dev-dependencies]
rand = "0.3"