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
This commit is contained in:
Niko Matsakis 2018-10-25 05:51:26 -04:00
parent 3bc5b78284
commit 6d28ecd326

View file

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