Merge pull request #92 from salsa-rs/matklad-patch-1

Don't publish rust toolchain
This commit is contained in:
Niko Matsakis 2018-12-13 05:11:51 -05:00 committed by GitHub
commit 92e57f4b8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@ license = "Apache-2.0 OR MIT"
repository = "https://github.com/salsa-rs/salsa" repository = "https://github.com/salsa-rs/salsa"
description = "A generic framework for on-demand, incrementalized computation (experimental)" description = "A generic framework for on-demand, incrementalized computation (experimental)"
readme = "README.md" readme = "README.md"
exclude = ["rust-toolchain"]
[dependencies] [dependencies]
derive-new = "0.5.5" derive-new = "0.5.5"