Publish 0.17.0-pre.1

- new cancellation API #265
This commit is contained in:
Aleksey Kladov 2021-05-29 20:57:48 +03:00
parent b54dc63f87
commit a84ee62bd1
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "salsa"
version = "0.16.1" # CHECK salsa-macros version
version = "0.17.0-pre.1" # CHECK salsa-macros version
authors = ["Salsa developers"]
edition = "2018"
license = "Apache-2.0 OR MIT"
@ -17,7 +17,7 @@ rustc-hash = "1.0"
smallvec = "1.0.0"
oorandom = "11"
salsa-macros = { version = "0.16.0", path = "components/salsa-macros" }
salsa-macros = { version = "0.17.0-pre.1", path = "components/salsa-macros" }
[dev-dependencies]
diff = "0.1.0"

View file

@ -1,6 +1,6 @@
[package]
name = "salsa-macros"
version = "0.16.0"
version = "0.17.0-pre.1"
authors = ["Salsa developers"]
edition = "2018"
license = "Apache-2.0 OR MIT"