Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relax wat version requirement #5245

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Relax wat version requirement #5245

merged 1 commit into from
Nov 14, 2024

Conversation

andreiltd
Copy link
Contributor

@andreiltd andreiltd commented Nov 13, 2024

I want to update the wasmer version to the latest release in https://github.com/containerd/runwasi, but cargo fails to resolve dependencies due to overly restrictive version requirements for the wat crate. For example

error: failed to select a version for `wat`.
    ... required by package `wasmtime v26.0.1`
    ... which satisfies dependency `wasmtime = "^26.0.1"` of package `containerd-shim-benchmarks v0.4.0
versions that meet the requirements `^1.218.0` are: 1.219.1, 1.220.0, 1.219.0, 1.218.0

all possible versions conflict with previously selected packages.

  previously selected package `wat v1.216.0`
    ... which satisfies dependency `wat = "=1.216.0"` of package `wasmer v5.0.1`
    ... which satisfies dependency `wasmer = "^5.0.1"` of package `containerd-shim-wasmer v0.5.0

Could we relax the strict version requirement?

@xdoardo
Copy link
Contributor

xdoardo commented Nov 14, 2024

Thanks!

@xdoardo xdoardo enabled auto-merge November 14, 2024 08:43
@xdoardo xdoardo merged commit 037aa4b into wasmerio:main Nov 14, 2024
71 of 72 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants