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

Rust code does not build due to proc_macro2 dependency #73

Closed
stefnotch opened this issue Mar 9, 2024 · 0 comments · Fixed by compute-toys/wgpu-compute-toy#21
Closed

Comments

@stefnotch
Copy link

stefnotch commented Mar 9, 2024

cached depends on an old version of proc_macro2, which suffers from rust-lang/rust#113152
I suppose updating all the dependencies would be in order.

As a side note, this message also appears.

warning: `D:\Coding\GitHub\Libraries\compute.toys\wgpu-compute-toy\.cargo\config` is deprecated in favor of `config.toml`
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`

I'll happily submit PRs to fix this.

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 a pull request may close this issue.

1 participant