webhook_bridge/rust-toolchain.toml
Tom Alexander 3f2bdda8cb
All checks were successful
semver Build semver has succeeded
format Build format has succeeded
clippy Build clippy has succeeded
rust-test Build rust-test has succeeded
build Build build has succeeded
Add support for new fields in payload.
2025-02-08 21:11:23 -05:00

5 lines
87 B
TOML

[toolchain]
channel = "nightly"
profile = "default"
components = ["clippy", "rustfmt"]