mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-02-02 09:46:06 +00:00
commit
789cf5e99b
2 changed files with 3 additions and 5 deletions
|
@ -1,12 +1,11 @@
|
|||
[package]
|
||||
name = "salsa"
|
||||
version = "0.15.3" # CHECK salsa-macros version
|
||||
version = "0.16.0" # CHECK salsa-macros version
|
||||
authors = ["Salsa developers"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0 OR MIT"
|
||||
repository = "https://github.com/salsa-rs/salsa"
|
||||
description = "A generic framework for on-demand, incrementalized computation (experimental)"
|
||||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
crossbeam-utils = { version = "0.8", default-features = false }
|
||||
|
@ -18,7 +17,7 @@ rustc-hash = "1.0"
|
|||
smallvec = "1.0.0"
|
||||
oorandom = "11"
|
||||
|
||||
salsa-macros = { version = "0.15.0", path = "components/salsa-macros" }
|
||||
salsa-macros = { version = "0.16.0", path = "components/salsa-macros" }
|
||||
|
||||
[dev-dependencies]
|
||||
diff = "0.1.0"
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
[package]
|
||||
name = "salsa-macros"
|
||||
version = "0.15.2"
|
||||
version = "0.16.0"
|
||||
authors = ["Salsa developers"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0 OR MIT"
|
||||
repository = "https://github.com/salsa-rs/salsa"
|
||||
description = "Procedural macros for the salsa crate"
|
||||
readme = "README.md"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
|
Loading…
Reference in a new issue