mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-12 16:35:21 +00:00
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:
parent
3bc5b78284
commit
6d28ecd326
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "salsa"
|
name = "salsa"
|
||||||
version = "0.6.0"
|
version = "0.6.1"
|
||||||
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
|
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "Apache-2.0 OR MIT"
|
license = "Apache-2.0 OR MIT"
|
||||||
|
|
Loading…
Reference in a new issue