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.
27 lines
776 B
27 lines
776 B
From 5bec30616b685f4b0dea254ea149dd352c6ad097 Mon Sep 17 00:00:00 2001
|
|
From: rpm-build <rpm-build>
|
|
Date: Fri, 8 Feb 2019 16:19:26 +0100
|
|
Subject: [PATCH 2/2] Exclude unnecessary files
|
|
|
|
Signed-off-by: rpm-build <rpm-build>
|
|
---
|
|
Cargo.toml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
index 4d44080..7168f37 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -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", "/examples/*", "/Cargo.lock.min"]
|
|
description = "Single assignment cells and lazy static values without macros."
|
|
documentation = "https://docs.rs/once_cell"
|
|
readme = "README.md"
|
|
--
|
|
2.20.1
|
|
|