-
Notifications
You must be signed in to change notification settings - Fork 135
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The current version 11.0.1
fails to build swc_common due to a module name update. The only reason I encountered this is because I had my projects Cargo.lock
file in the .gitignore. I now realize that this is not good practice for code bases that are standalone applications.
To Reproduce
Steps to reproduce the behavior:
Run this command to make a new project with ts-rs: cargo new ts_rs_test && cd ts_rs_test && cargo add ts-rs --features format
Compile: cargo build
Expected behavior
The code should compile however, it fails to compile swc_common
.
Screenshots

Version
ts-rs: 11.0.1
rust: 1.90.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working