Files
firezone/rust/rust-toolchain.toml
Jamil c4c6f3e4ca refactor(portal): Don't pin session token to user_agent or remote_ip (#2195)
Removing the check to get Rust PRs to pass.

**Note**: #2182 was dependent on this one, and has since merged into
this one.
2023-09-30 07:40:57 -07:00

17 lines
367 B
TOML

[toolchain]
channel = "1.72.1"
components = ["rustfmt", "clippy"]
targets = [
"x86_64-unknown-linux-musl",
"x86_64-linux-android",
"arm-linux-androideabi",
"aarch64-linux-android",
"armv7-linux-androideabi",
"i686-linux-android",
"aarch64-apple-ios-sim",
"aarch64-apple-ios",
"aarch64-apple-darwin",
"x86_64-apple-ios",
"x86_64-apple-darwin",
]