Release 0.1.1

This commit is contained in:
David Tolnay 2020-01-20 18:13:00 -08:00
parent 94a5cdb033
commit 159a9f535c
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "cxx"
version = "0.1.0"
version = "0.1.1"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
links = "cxxbridge01"
@ -18,7 +18,7 @@ anyhow = "1.0"
cc = "1.0.49"
codespan = "0.7"
codespan-reporting = "0.7"
cxxbridge-macro = { version = "0.1", path = "macro" }
cxxbridge-macro = { version = "=0.1.1", path = "macro" }
proc-macro2 = { version = "1.0", features = ["span-locations"] }
quote = "1.0"
syn = { version = "1.0", features = ["full"] }

View File

@ -1,6 +1,6 @@
[package]
name = "cxxbridge-cmd"
version = "0.1.0"
version = "0.1.1"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"

View File

@ -1,6 +1,6 @@
[package]
name = "cxxbridge-macro"
version = "0.1.0"
version = "0.1.1"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"