diff --git a/src/agent/Cargo.toml b/src/agent/Cargo.toml index bd09883ac7..2f4cea41a4 100644 --- a/src/agent/Cargo.toml +++ b/src/agent/Cargo.toml @@ -19,6 +19,8 @@ members = [ "stacktrace-parser", ] +resolver = "2" + [profile.release] lto = "thin" # Per https://fasterthanli.me/articles/why-is-my-rust-build-so-slow: