From e3313ff99547aef47ab4c7abebfb672c3ce58e8d Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 5 May 2021 18:32:23 +0300 Subject: [PATCH] Publish v0.16.1 - #259 salsa's `debug!` logs now include query dependencies in human-readable format, which helps with debugging unwanted dependencies. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d72a4b60..7348478e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"