mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-12 08:30:51 +00:00
Release v0.15.0
The single (but big) change is Dynamic Database RFC implementation: https://github.com/salsa-rs/salsa/pull/231
This commit is contained in:
parent
9b9dbcca8c
commit
380c4c1dc8
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "salsa"
|
name = "salsa"
|
||||||
version = "0.14.4" # CHECK salsa-macros version
|
version = "0.15.0" # CHECK salsa-macros version
|
||||||
authors = ["Salsa developers"]
|
authors = ["Salsa developers"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "Apache-2.0 OR MIT"
|
license = "Apache-2.0 OR MIT"
|
||||||
|
@ -18,7 +18,7 @@ rustc-hash = "1.0"
|
||||||
smallvec = "1.0.0"
|
smallvec = "1.0.0"
|
||||||
rand = { version = "0.7", features = [ "small_rng" ], default-features = false }
|
rand = { version = "0.7", features = [ "small_rng" ], default-features = false }
|
||||||
|
|
||||||
salsa-macros = { version = "0.14.1", path = "components/salsa-macros" }
|
salsa-macros = { version = "0.15.0", path = "components/salsa-macros" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
diff = "0.1.0"
|
diff = "0.1.0"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "salsa-macros"
|
name = "salsa-macros"
|
||||||
version = "0.14.1"
|
version = "0.15.0"
|
||||||
authors = ["Salsa developers"]
|
authors = ["Salsa developers"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "Apache-2.0 OR MIT"
|
license = "Apache-2.0 OR MIT"
|
||||||
|
|
Loading…
Reference in a new issue