publish v0.12.3

- Allow to limit the number of values in a table by using LRU (#171).
  RFC: https://github.com/salsa-rs/salsa-rfcs/pull/5
This commit is contained in:
Aleksey Kladov 2019-06-12 12:53:05 +03:00
parent efa4696ab7
commit f34ae2dd0a

View file

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