diff --git a/Cargo.toml b/Cargo.toml index 7043abc..11dd2f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,3 +44,5 @@ panic = "abort" panic = "abort" debug = true lto = true +# https://github.com/rust-lang/cargo/pull/6564#issuecomment-457971499 +incremental = false