publish v0.12.0

- Introduce `InternId` as the basis for interned keys, replacing
  `u32` (#157, #158)
- Support keys/values that are not `Send/Sync` (#153)
This commit is contained in:
Niko Matsakis 2019-04-03 16:03:41 -03:00
parent 1a06fd8b29
commit 30b95dcc24
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "salsa"
version = "0.11.1"
version = "0.12.0"
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
@ -16,7 +16,7 @@ lock_api = "0.1.4"
indexmap = "1.0.1"
log = "0.4.5"
smallvec = "0.6.5"
salsa-macros = { version = "0.11.1", path = "components/salsa-macros" }
salsa-macros = { version = "0.12.0", path = "components/salsa-macros" }
[dev-dependencies]
diff = "0.1.0"

View file

@ -1,6 +1,6 @@
[package]
name = "salsa-macros"
version = "0.11.1"
version = "0.12.0"
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
edition = "2018"
license = "Apache-2.0 OR MIT"