sunfishcode opened PR #1807 from fix-warning to master:
The Wasmtime publishing scripts run
cargo update, which upgraded Wasmtime'sregiondependency from 2.1.0 to 2.2.0. In 2.2.0,regiondeprecatedregion::Protection::ReadExecuteand addedregion::Protection::READ_EXECUTE. Adding new things is compatible with a minor version bump, and my local build andcargo publishverifiation didn't get errors, however since our CI builds with warnings-as-errors, the CI is now red.This PR fixes the warning, which should fix error.
sunfishcode updated PR #1807 from fix-warning to master:
The Wasmtime publishing scripts run
cargo update, which upgraded Wasmtime'sregiondependency from 2.1.0 to 2.2.0. In 2.2.0,regiondeprecatedregion::Protection::ReadExecuteand addedregion::Protection::READ_EXECUTE. Adding new things is compatible with a minor version bump, and my local build andcargo publishverifiation didn't get errors, however since our CI builds with warnings-as-errors, the CI is now red.This PR fixes the warning, which should fix error.
alexcrichton submitted PR Review.
sunfishcode closed without merge PR #1807.
Last updated: Dec 06 2025 at 06:05 UTC