Skip to content

Commit 159a9f5

Browse files
committed
Release 0.1.1
1 parent 94a5cdb commit 159a9f5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cxx"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["David Tolnay <[email protected]>"]
55
edition = "2018"
66
links = "cxxbridge01"
@@ -18,7 +18,7 @@ anyhow = "1.0"
1818
cc = "1.0.49"
1919
codespan = "0.7"
2020
codespan-reporting = "0.7"
21-
cxxbridge-macro = { version = "0.1", path = "macro" }
21+
cxxbridge-macro = { version = "=0.1.1", path = "macro" }
2222
proc-macro2 = { version = "1.0", features = ["span-locations"] }
2323
quote = "1.0"
2424
syn = { version = "1.0", features = ["full"] }

cmd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cxxbridge-cmd"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["David Tolnay <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cxxbridge-macro"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["David Tolnay <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)