From 95d626c15f3534d340e02724ce0c7e0151da420f Mon Sep 17 00:00:00 2001 From: John Doty Date: Mon, 11 Sep 2023 20:40:28 -0700 Subject: [PATCH] [oden] Upgrade cargo --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 46f4a7be..21405c0d 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -3,4 +3,4 @@ # (I mean, I know WHY: you get errors if you don't. Missing libeh or # something. But the reason for that error is beyond my ability to care at # the moment.) -rustflags = ["-C","link-self-contained=true"] +rustflags = ["-C","link-self-contained=on"]