Merge pull request #129 from matklad/alpha-3

fix alpha
This commit is contained in:
Niko Matsakis 2019-01-25 06:32:51 -05:00 committed by GitHub
commit 660a121a06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "salsa"
version = "0.10.0-alpha2"
version = "0.10.0-alpha3"
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
@ -16,11 +16,11 @@ lock_api = "0.1.4"
indexmap = "1.0.1"
log = "0.4.5"
smallvec = "0.6.5"
salsa-macros = { version = "0.10.0-alpha1", path = "components/salsa-macros" }
salsa-macros = { version = "0.10.0-alpha3", path = "components/salsa-macros" }
[dev-dependencies]
diff = "0.1.0"
env_logger = "0.5.13"
rand = "0.5.5"
[workspace]
[workspace]

View file

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