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

Remove deprecated crates from cargo vet #715

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

jeffcharles
Copy link
Collaborator

Description of the change

Removing checking deprecated crates from cargo vet.

Why am I making this change?

Including configurations for these crates causes errors when trying to use cargo vet without the --frozen flag.

Checklist

  • I've updated the relevant CHANGELOG files if necessary. Changes to javy-cli and javy-core do not require updating CHANGELOG files.
  • I've updated the relevant crate versions if necessary. Versioning policy for library crates
  • I've updated documentation including crate documentation if necessary.

@saulecabrera saulecabrera merged commit 8a767eb into main Aug 13, 2024
16 checks passed
@saulecabrera saulecabrera deleted the jc.remove-deprecated-crates-from-cargo-vet branch August 13, 2024 15:14
saulecabrera added a commit to saulecabrera/javy that referenced this pull request Aug 13, 2024
This commit removes the following deprecated crates from the tree:

* `quickjs-wasm-sys`
* `quickjs-wasm-rs`
* `javy-apis`

These crates were marked as deprecated as part of the migration to
rquickjs: bytecodealliance#618 and they
have also been removed from our `cargo vet` configuration in
bytecodealliance#715
@saulecabrera saulecabrera mentioned this pull request Aug 13, 2024
3 tasks
saulecabrera added a commit that referenced this pull request Aug 14, 2024
* Remove deprecated crates from tree

This commit removes the following deprecated crates from the tree:

* `quickjs-wasm-sys`
* `quickjs-wasm-rs`
* `javy-apis`

These crates were marked as deprecated as part of the migration to
rquickjs: #618 and they
have also been removed from our `cargo vet` configuration in
#715

* Remove `javy-apis` from cargo vet config
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