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

12 lines
477 B

--- once_cell-0.1.8/Cargo.toml 1970-01-01T01:00:00+01:00
+++ once_cell-0.1.8/Cargo.toml 2019-02-12T08:54:21.124719+01:00
@@ -14,7 +14,7 @@
name = "once_cell"
version = "0.1.8"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
-exclude = ["*.png", "*.svg"]
+exclude = ["*.png", "*.svg", "/.travis.yml", "/Cargo.lock.min"]
description = "Single assignment cells and lazy static values without macros."
documentation = "https://docs.rs/once_cell"
readme = "README.md"