mirror of
https://github.com/topjohnwu/cxx.git
synced 2025-02-20 08:03:28 +00:00
Release 0.1.1
This commit is contained in:
parent
94a5cdb033
commit
159a9f535c
@ -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"] }
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user