mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-12-25 05:29:43 +00:00
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:
parent
05223f2b7e
commit
729904ddd3
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue