Skip to content

Commit

Permalink
Fix exclude syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
calder committed Sep 8, 2019
1 parent aca38df commit 3603bfe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tempdb-cockroach/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tempdb-cockroach"
version = "1.0.7"
version = "1.0.8"
edition = "2018"
description = "Temporary databases for unit testing"
keywords = ["cockroach", "cockroachdb", "temporary", "database", "test"]
Expand All @@ -11,9 +11,9 @@ license = "MIT"
authors = ["Calder Coalson <caldercoalson@gmail.com>"]

exclude = [
"/.travis.yml",
"/doc",
"/scripts",
".travis.yml",
"doc",
"scripts",
]

[dependencies]
Expand Down

0 comments on commit 3603bfe

Please sign in to comment.