We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaecef1 commit d4fae17Copy full SHA for d4fae17
libffi-rs/CHANGELOG.md
@@ -12,7 +12,7 @@ The format is based on [Keep a Changelog] and this project adheres to
12
### Breaking Changes
13
- Added lifetime to `middle::Arg`
14
- Any broken code is unsound
15
-- `set_abi` functions are now replaced with `new_with_abi` and `new_variadic_with_abi`
+- `set_abi` functions are now replaced with `new_with_abi` and `new_variadic_with_abi` for safety
16
- `ArgType` has been added to `low::Error` and the entire enum has been marked as non-exhaustive
17
### Other Changes
18
- Bump libffi to v3.5.2
0 commit comments