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-hashbrown/hashbrown-fix-metadata.diff

12 lines
375 B

--- hashbrown-0.1.8/Cargo.toml 1969-12-31T16:00:00-08:00
+++ hashbrown-0.1.8/Cargo.toml 2019-01-17T12:38:35.191437-08:00
@@ -20,6 +20,8 @@
categories = ["data-structures", "no-std"]
license = "Apache-2.0/MIT"
repository = "https://github.com/Amanieu/hashbrown"
+exclude = [".travis.yml", "bors.toml"]
+
[dependencies.byteorder]
version = "1.0"
default-features = false