From 6d28ecd32606e15ca9f8eff5b18dce0bcd189ff9 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Thu, 25 Oct 2018 05:51:26 -0400 Subject: [PATCH] release 0.6.1 - we now offer a `lock_revision` API, though it is likely to change - we are now panic safe, but only in a single threaded context --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c3db2004..0dfec535 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "salsa" -version = "0.6.0" +version = "0.6.1" authors = ["Niko Matsakis "] edition = "2018" license = "Apache-2.0 OR MIT"