From cb041881e1616ab2c985835cef5f4e2bbe4ef571 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Wed, 29 Mar 2023 07:52:24 -0600 Subject: [PATCH] update Cargo.toml `rust-version` to 1.67 Signed-off-by: Joel Dice --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6df78e5ffa..18a53bd33f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = { workspace = true } authors = { workspace = true } edition = { workspace = true } license = "Apache-2.0 WITH LLVM-exception" -rust-version = "1.64" +rust-version = "1.67" [workspace.package] version = "1.1.0-pre0"