Skip to content

Commit

Permalink
Merge pull request #62 from ignatenkobrain/patch-1
Browse files Browse the repository at this point in the history
chore: Exclude CI files
  • Loading branch information
KodrAus committed Jul 29, 2019
2 parents 8829bdd + b8cb51d commit b52918e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Expand Up @@ -20,7 +20,8 @@ description = "A no-std, object-safe serialization framework"
repository = "https://github.com/sval-rs/sval"
readme = "README.md"
exclude = [
".travis.yml"
".travis.yml",
"ci/*"
]
license = "Apache-2.0 OR MIT"
keywords = ["serialization", "no_std"]
Expand Down

0 comments on commit b52918e

Please sign in to comment.