TritonVM / tasm-lib

A collection of functions written in Triton VM assembly (tasm)
Apache License 2.0
11 stars 2 forks source link

Remove `RUST_MIN_STACK` env variable once rustc v1.81.0 is out #117

Open Sword-Smith opened 1 month ago

Sword-Smith commented 1 month ago

Upstream dependency triton-vm doesn't build without this environment variable set to RUST_MIN_STACK = "33554432". This should be fixed in rustc v1.81.0. Once that version is on stable, please remove this environment variable from ./.cargo/config.toml again.