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

Define a common policy for dependency versions #28

Open
Angelmmiguel opened this issue Nov 14, 2022 · 0 comments
Open

Define a common policy for dependency versions #28

Angelmmiguel opened this issue Nov 14, 2022 · 0 comments
Labels
🚀 enhancement New feature or request

Comments

@Angelmmiguel
Copy link
Contributor

Angelmmiguel commented Nov 14, 2022

Currently, we're pinning dependecy versions in different ways:

[dependencies]
wasmtime = "2.0.0"
wasmtime-wasi = "2.0.0"
anyhow = "1.0.66"
wasi-common = "2.0.0"
actix-web = "4"
env_logger = "0.9.0"
# ...

Some of them are pin to a patch while others pin to the major version. We should establish a common policy so the cargo update command behaves the same for all dependencies.

cc @ereslibre

@Angelmmiguel Angelmmiguel added the 🚀 enhancement New feature or request label Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant