a-scie / jump

A Self Contained Interpreted Executable Launcher
Apache License 2.0
52 stars 7 forks source link

Revert "Bump bstr from 1.9.1 to 1.10.0" #231

Closed LeojMarco closed 3 months ago

LeojMarco commented 3 months ago

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 ]

jsirois commented 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