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
458 B

--- hashbrown-0.2.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ hashbrown-0.2.0/Cargo.toml 2019-04-04T06:09:30.156953+00:00
@@ -15,7 +15,7 @@
name = "hashbrown"
version = "0.2.0"
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
-exclude = [".travis.yml", "bors.toml"]
+exclude = [".travis.yml", "bors.toml", "/ci/*"]
description = "A Rust port of Google's SwissTable hash map"
readme = "README.md"
keywords = ["hash", "no_std", "hashmap", "swisstable"]