mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-12-24 12:58:37 +00:00
parent
b54dc63f87
commit
a84ee62bd1
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue