We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098fbfc commit e25a1eeCopy full SHA for e25a1ee
1 file changed
cxx-async/Cargo.toml
@@ -21,7 +21,7 @@ once_cell = "1"
21
22
# CXX related dependencies
23
cxx = { version = "1", features = ["c++20"] }
24
-cxx-async-macro = { version = "0.1.1", path = "../macro" }
+cxx-async-macro = { version = "0.1.3", path = "../macro" }
25
link-cplusplus = { version = "1" }
26
27
# Async related dependencies
0 commit comments