266: Publish 0.17.0-pre.1 r=matklad a=matklad

bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
bors[bot] 2021-05-29 18:19:39 +00:00 committed by GitHub
commit d552f59c8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"