alexcrichton / tar-rs

Tar file reading/writing for Rust
https://docs.rs/tar
Apache License 2.0
616 stars 178 forks source link

test: temporary fix for UNC path parsing issue #331

Closed weihanglo closed 1 year ago

weihanglo commented 1 year ago

Prepend c: so that it won't be treated as UNC path.

See rust-lang/rust#100833 for more.

Probably fixes #299?

alexcrichton commented 1 year ago

Thanks!