You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a file tracker for writing archives that checks that each path in the archive can't be added more than once. If the same file would be added twice, it's ignored the second time, if a different file would be added, it errors.
Fixes#2066Fixes#2106
Add a file tracker for writing archives that checks that each path in the archive can't be added more than once. If the same file would be added twice, it's ignored the second time, if a different file would be added, it errors.
Fixes#2066Fixes#2106
Add a file tracker for writing archives that checks that each path in the archive can't be added more than once. If the same file would be added twice, it's ignored the second time, if a different file would be added, it errors.
Fixes#2066Fixes#2106
Bug Description
I'm using carge workspace to publish my project.
The main CLI project uses
license-file
to include a license file for downstream packager. ast-grep/ast-grep#473However, this makes maturin includes two copies of LICENSE. ast-grep/ast-grep#766
Your maturin version (
maturin --version
)0.15.0
Your Python version (
python -V
)3.10
Your pip version (
pip -V
)23.3.1
What bindings you're using
bin
Does
cargo build
work?If on windows, have you checked that you aren't accidentally using unix path (those with the forward slash
/
)?Steps to Reproduce
Example repo:
https://github.com/ast-grep/ast-grep
The text was updated successfully, but these errors were encountered: