We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dca510 commit 6740662Copy full SHA for 6740662
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "woff"
3
version = "0.6.2"
4
-edition = "2021"
+edition = "2024"
5
license = "Apache-2.0 OR MIT"
6
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
7
description = "The package provides a converter for Web Open Font Format."
src/version1/ffi.rs
@@ -1,4 +1,4 @@
-extern "C" {
+unsafe extern "C" {
pub fn woffEncode(
sfntData: *const u8,
sfntLen: u32,
src/version2/ffi.rs
pub fn ComputeTTFToWOFF2Size(
data: *const u8,
length: libc::size_t,
0 commit comments