Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rextendr 0.4.2

Latest

Choose a tag to compare

@Ilia-Kosenkov Ilia-Kosenkov released this 26 Aug 17:20
6a7a2ad
  • Sets the extendr-api version to the latest stable version instead of "*" when creating a new package. This is fetched from https://crates.io/api/v1/crates/extendr-api and will fall back to "*" if not available #467
  • Adds xz to SystemRequirements to ensure extendr based packages build on Posit Package Manager #467
  • Sets the release profile to use lto=true and codegen-units=1 to ensure compatible builds with WebR as well as reduce the overall compiled package size #465.
  • Fixes compatibility with WebR by adding CARGO_PROFILE_DEV_PANIC="abort" CARGO_PROFILE_RELEASE_PANIC="abort" when targeting wasm32-unknown-emsacripten target #461