From f3efdf79c32c7bb2c5367a6c66d19cf3b9b19f14 Mon Sep 17 00:00:00 2001 From: Daniel Voogsgerd Date: Thu, 14 Nov 2024 12:20:01 +0100 Subject: [PATCH] fix(ast): bump MSRV This is needed because the Cargo.toml in ctl --- brane-ast/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brane-ast/Cargo.toml b/brane-ast/Cargo.toml index bf8a2b07..37c0b664 100644 --- a/brane-ast/Cargo.toml +++ b/brane-ast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "brane-ast" -rust-version = "1.67.1" +rust-version = "1.73.0" edition = "2021" authors = [ "Tim Müller" ] version.workspace = true