From 47725ba5664c9b731ca8f1c4fbc382d7eafb2a69 Mon Sep 17 00:00:00 2001 From: Liam Monninger Date: Sat, 23 Sep 2023 16:56:47 -0700 Subject: [PATCH] [BUILD] bumping to 1.70 for aptos and clap compat. --- m1/.gitignore | 2 +- m1/Cargo.toml | 2 +- m1/rust-toolchain | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/m1/.gitignore b/m1/.gitignore index efe25568..f2f9e58e 100644 --- a/m1/.gitignore +++ b/m1/.gitignore @@ -1,2 +1,2 @@ target -# Cargo.lock \ No newline at end of file +Cargo.lock \ No newline at end of file diff --git a/m1/Cargo.toml b/m1/Cargo.toml index 8a7f723c..ab33b418 100644 --- a/m1/Cargo.toml +++ b/m1/Cargo.toml @@ -14,7 +14,7 @@ authors = ["Liam Monninger "] homepage = "https://www.movementlabs.xyz" publish = false repository = "https://github.com/movemntdev/m2" -rust-version = "1.69" +rust-version = "1.70" [workspace.dependencies] anyhow = "1.0.62" diff --git a/m1/rust-toolchain b/m1/rust-toolchain index 49349856..832e9afb 100644 --- a/m1/rust-toolchain +++ b/m1/rust-toolchain @@ -1 +1 @@ -1.69.0 +1.70.0