Skip to content

Commit

Permalink
Cargo: v0.12.1 -> v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Mar 29, 2024
1 parent 35b8d41 commit b7b3162
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.12.2 (2024-03-28)

### Changed

* The experimental cargo-c build support has been updated to use a vendored
header file. This avoids the need for nightly rust or `cbindgen` when using
this build method.

## 0.12.1 (2024-03-21)

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustls-ffi"
version = "0.12.1"
version = "0.12.2"
authors = ["Jacob Hoffman-Andrews <[email protected]>"]
license = "Apache-2.0/ISC/MIT"
readme = "README-crates.io.md"
Expand Down

0 comments on commit b7b3162

Please sign in to comment.