publish v0.7.0

Changes:
- correct dead locks and add parallel stress test (#72)
- we now panic if you `get` an input that has not been `set` and
  we do not compare inputs for equality (thus dropped `Default` and `Eq`
  bounds) (#69)
- `PanicGuard` now detects internal salsa bugs (#71)
This commit is contained in:
Niko Matsakis 2018-10-30 16:53:09 -04:00
parent 05223f2b7e
commit 729904ddd3

View file

@ -1,6 +1,6 @@
[package]
name = "salsa"
version = "0.6.2"
version = "0.7.0"
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
edition = "2018"
license = "Apache-2.0 OR MIT"