-
I am working on a library that has a dependency on wasm-bindgen and needs to run some tests in Github Actions. In my Github workflow for CI, I install wasm-bindgen-cli via I have two crates in my workspace, a proc_macro crate and a library crate. The library crate has a dependency on
What is the correct way to solve this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
My understanding is that if you don't have a You might receive better answers in a more general Rust community though, this is probably the wrong place to ask about Cargo-specific things. That said, please let me know if my suggestion doesn't work out for you! |
Beta Was this translation helpful? Give feedback.
-
Referring to this answer and this blog post the advice around commiting lock files has changed. |
Beta Was this translation helpful? Give feedback.
Referring to this answer and this blog post the advice around commiting lock files has changed.