Skip to content

Commit

Permalink
Bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxalica committed Feb 5, 2022
1 parent 4997800 commit d918ab8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.4.0

- [minor] Add an optional feature `abi_stable` to derive `StableAbi`.
Some internal structs are tweaked to fit the requirement of `StableAbi`,
but the interface C ABI is unchanged.
- [fix] Tweak crate descriptions.
- [fix] Ignore tests using `tokio` on `miri` interpreter.

# 0.3.1

- [fix] Abort when panicking across the FFI boundary in corner cases. (#8)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async-ffi"
version = "0.3.1"
version = "0.4.0"
edition = "2018"
description = "FFI-compatible `Future`s"
keywords = ["ffi", "async", "futures"]
Expand Down

0 comments on commit d918ab8

Please sign in to comment.