mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-12-24 12:58:37 +00:00
Publish v0.16.1
- #259 salsa's `debug!` logs now include query dependencies in human-readable format, which helps with debugging unwanted dependencies.
This commit is contained in:
parent
b5683fec5e
commit
e3313ff995
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "salsa"
|
||||
version = "0.16.0" # CHECK salsa-macros version
|
||||
version = "0.16.1" # CHECK salsa-macros version
|
||||
authors = ["Salsa developers"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0 OR MIT"
|
||||
|
|
Loading…
Reference in a new issue