kxio/.cargo/config.toml
Paul Campbell 4dad508ae8
Some checks failed
Rust / build (map[name:nightly]) (push) Failing after 49s
Rust / build (map[name:stable]) (push) Failing after 1m4s
build: switch to forgejo actions
- Replace the woodpecker config with forgejo actions.
- Add issue number to TODOs to pass CI check
- Remove special clang/mold linker commands
- Remove docker builder
2024-10-29 22:23:33 +00:00

10 lines
128 B
TOML

# ./cargo/config
[profile.dev]
debug = 0
strip = "debuginfo"
[env]
RUSTLOG = "hyper=warn"
RUSTFLAGS = "--cfg tokio_unstable"