Skip to content

Commit 098fbfc

Browse files
authored
Bump version to 0.1.3 (#22)
Signed-off-by: Xuanwo <[email protected]>
1 parent 4d6e577 commit 098fbfc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cxx-async/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cxx-async"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Patrick Walton <[email protected]>"]
55
edition = "2021"
66
links = "cxx-async"

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 = "cxx-async-macro"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
description = "The macro for simple interoperability between C++ coroutines and asynchronous Rust"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)