From a63a90e9f73d012c4e8aa43cccb75954e2adb71b Mon Sep 17 00:00:00 2001 From: Milo <50248166+Milo123459@users.noreply.github.com> Date: Mon, 3 Jun 2024 00:39:12 +0100 Subject: [PATCH] bump MSRV to 1.70.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5dbd7e44d..f41deee89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ description = "Interact with Railway via CLI" readme = "README.md" homepage = "https://github.com/railwayapp/cli" repository = "https://github.com/railwayapp/cli" -rust-version = "1.67.1" +rust-version = "1.70.0" default-run = "railway" include = ["src/**/*", "LICENSE", "README.md"]