Skip to content

Commit b7b3162

Browse files
committed
Cargo: v0.12.1 -> v0.12.2
1 parent 35b8d41 commit b7b3162

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.12.2 (2024-03-28)
4+
5+
### Changed
6+
7+
* The experimental cargo-c build support has been updated to use a vendored
8+
header file. This avoids the need for nightly rust or `cbindgen` when using
9+
this build method.
10+
311
## 0.12.1 (2024-03-21)
412

513
### Added

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustls-ffi"
3-
version = "0.12.1"
3+
version = "0.12.2"
44
authors = ["Jacob Hoffman-Andrews <[email protected]>"]
55
license = "Apache-2.0/ISC/MIT"
66
readme = "README-crates.io.md"

0 commit comments

Comments
 (0)