-
Notifications
You must be signed in to change notification settings - Fork 928
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
chore: update deno #6068
base: trunk
Are you sure you want to change the base?
chore: update deno #6068
Conversation
Co-authored-by: Luca Casonato <[email protected]> Co-authored-by: Bartek Iwańczuk <[email protected]> Co-authored-by: chirsz <[email protected]> Co-authored-by: Hajime-san <[email protected]> Co-authored-by: Volker Schlecht <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -19,7 +19,7 @@ path = "lib.rs" | |||
deno_core.workspace = true | |||
serde = { workspace = true, features = ["derive"] } | |||
tokio = { workspace = true, features = ["full"] } | |||
wgpu-types = { workspace = true, features = ["serde"] } | |||
wgt = { workspace = true, package = "wgpu-types", features = ["serde"] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue: I get this warning from cargo clippy
with this change:
warning: <snip>/wgpu/deno_webgpu/Cargo.toml: unused manifest key: target.cfg(not(target_arch = "wasm32")).dependencies.wgt.package
Is this worth changing, since you just use wgt as wgpu_types
anyway? :thonk:
@crowlKats: I think if you rebase, CI issues should go away. I've worked on the ones that were failing this PR, and we should try to get this merged! |
@ErichDonGubler yep, will do either tomorrow, or else will have to wait for the week after next |
any progress? I do not want to create more conflicts. |
No description provided.