ajrcarey / pdfium-render

A high-level idiomatic Rust wrapper around Pdfium, the C++ PDF library used by the Google Chromium project.
https://crates.io/crates/pdfium-render
Other
366 stars 59 forks source link

Github workflow builds fail with wasm-bindgen 0.2.96 #177

Closed ajrcarey closed 6 hours ago

ajrcarey commented 6 hours ago

During regular comment update to #137, Github workflow build failed with error

`#![feature]` may not be used on the stable release channel
 --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.96/src/lib.rs:4:5
  |
4 |     feature(allow_internal_unstable),
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ajrcarey commented 6 hours ago

The problem is temporarily resolved by locking the wasm-bindgen dependency in Cargo.toml to 0.2.95.

ajrcarey commented 6 hours ago

Added notes to Cargo.toml and README.md. Change will be included in release 0.8.27.

ajrcarey commented 6 hours ago

Failed build: https://github.com/ajrcarey/pdfium-render/actions/runs/12089789793