Closed LeojMarco closed 3 months ago
@LeojMarco your explanation is too terse for my knowledge base. What problem do you run into with 1.10.0?
There is no trace of the cargo config you reference in the diff: https://github.com/BurntSushi/bstr/compare/1.9.1...1.10.0
Reverts a-scie/jump#228
[target.aarch64-pc-windows-msvc] rustflags = [ "-C", "target-feature=+crt-static", # Static CRT for 64-bit ARM Windows "-C", "link-arg=/NODEFAULTLIB:libcmt" # Avoid automatic dynamic CRT linking ]
[target.x86_64-pc-windows-msvc] rustflags = [ "-C", "target-feature=+crt-static", # Static CRT for 64-bit x86 Windows "-C", "link-arg=/NODEFAULTLIB:libcmt" # Avoid automatic dynamic CRT linking ]