sunfishcode opened PR #1807 from fix-warning
to master
:
The Wasmtime publishing scripts run
cargo update
, which upgraded Wasmtime'sregion
dependency from 2.1.0 to 2.2.0. In 2.2.0,region
deprecatedregion::Protection::ReadExecute
and addedregion::Protection::READ_EXECUTE
. Adding new things is compatible with a minor version bump, and my local build andcargo publish
verifiation 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'sregion
dependency from 2.1.0 to 2.2.0. In 2.2.0,region
deprecatedregion::Protection::ReadExecute
and addedregion::Protection::READ_EXECUTE
. Adding new things is compatible with a minor version bump, and my local build andcargo publish
verifiation 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: Nov 22 2024 at 16:03 UTC