From 729904ddd3c546bcf1e2f12c7a5b8e0979d2dbfe Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Tue, 30 Oct 2018 16:53:09 -0400 Subject: [PATCH] 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) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5e8b17d4..9ecfa41e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "salsa" -version = "0.6.2" +version = "0.7.0" authors = ["Niko Matsakis "] edition = "2018" license = "Apache-2.0 OR MIT"