ZaStoGram_desktop/Telegram/SourceFiles/e2e_cloud/mls/openmls_bridge/rust-toolchain.toml
loop-uh 28f70df447
All checks were successful
Desktop source guards / guards (push) Successful in 6s
Rename the openmls bridge's rust_eh_personality next to tlottie
Both Rust static libraries carry a copy of std, and MSVC refuses the
duplicate unmangled rust_eh_personality lang item. windows-msvc unwinds
through __CxxFrameHandler3, so the bridge's copy is renamed after cargo
builds it.
2026-09-23 17:37:22 +03:00

5 lines
154 B
TOML

[toolchain]
channel = "1.91.0"
profile = "minimal"
# llvm-ar/llvm-nm/llvm-objcopy for cmake/rename_rust_eh_personality.cmake.
components = ["llvm-tools"]