Living with the Rust trademark
Living with the Rust trademark
Posted Jul 22, 2022 5:27 UTC (Fri) by josh (subscriber, #17465)In reply to: Living with the Rust trademark by NYKevin
Parent article: Living with the Rust trademark
If you want to limit yourself to the features of a specific older Rust compiler, install that Rust compiler and compile with it; we ensure that rustup can install older versions of Rust. (Our standard recommendation for enforcing an MSRV of Rust 1.xy is to build against Rust 1.xy in CI; anything other than that would just be a proxy for what you're actually trying to do.)
Posted Jul 22, 2022 13:40 UTC (Fri)
by foom (subscriber, #14868)
[Link]
You really just need to test your build with the versions you want to support.
Living with the Rust trademark
