-
Notifications
You must be signed in to change notification settings - Fork 409
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
Fails with latest cargo-generate
#1245
Comments
You are correct. We are downloading Lines 194 to 200 in d5cb84e
I suppose we can upgrade that and debug why it's failing then. |
3 tasks
This is magically fixed in |
drager
added a commit
that referenced
this issue
May 30, 2023
fix: bump cargo-generate version to 0.18.2 (#1245)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Bug description
I'm using cargo-generate from Arch repositories:
I just built
wasm-pack
0.11.0
and it fails like the following:$ wasm-pack new test Error: expected value at line 1 column 1 Caused by: expected value at line 1 column 1
However, if I uninstall
cargo-generate
and letwasm-pack
handle that:It works as expected.
I tracked down this issue with using
strace
and found outwasm-pack
actually installs an older version ofcargo-generate
:Thus I concluded this is something that has changed between the latest version of
cargo-generate
and the version that is used bywasm-pack
.🤔 Expected Behavior
Successful run.
👟 Steps to reproduce
cargo-generate
(pacman -S cargo-generate
)0.11.0
and installwasm-pack
using thisPKGBUILD
.🌍 Your environment
wasm-pack version:
0.11.0
rustc version:
rustc 1.68.0 (2c8cc3432 2023-03-06) (Arch Linux rust 1:1.68.0-1)
The text was updated successfully, but these errors were encountered: