Paul Campbell
3699733e32
- 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 - Add lints.rust.unexoected_cfgs to allo tarpaulin_include - fix: revert upgrade to secrecy 0.10
10 lines
128 B
TOML
10 lines
128 B
TOML
# ./cargo/config
|
|
|
|
[profile.dev]
|
|
debug = 0
|
|
strip = "debuginfo"
|
|
|
|
[env]
|
|
RUSTLOG = "hyper=warn"
|
|
RUSTFLAGS = "--cfg tokio_unstable"
|
|
|