Skip to content

Commit e25a1ee

Browse files
committed
fix: upgrade to the minimum required cxx-async-macro version
1 parent 098fbfc commit e25a1ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cxx-async/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ once_cell = "1"
2121

2222
# CXX related dependencies
2323
cxx = { version = "1", features = ["c++20"] }
24-
cxx-async-macro = { version = "0.1.1", path = "../macro" }
24+
cxx-async-macro = { version = "0.1.3", path = "../macro" }
2525
link-cplusplus = { version = "1" }
2626

2727
# Async related dependencies

0 commit comments

Comments
 (0)