mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-12-24 21:03:59 +00:00
release 0.9.0
- Panic safety improvements (#81) - We build on stable now (#94) - Removed use of dynamic dispatch for constructing query descriptors (#95) - Technically a breaking change, though unlikely to affect clients - Removed use of upgradable reads to avoid Amanieu/parking-lot#101 (#75) - Upgraded parking lot (#100) - Improved Debug output (#98) - Snapshot implements Debug (#85)
This commit is contained in:
parent
b9227c1435
commit
beff7adbc4
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "salsa"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0 OR MIT"
|
||||
|
|
Loading…
Reference in a new issue