From bb5c2c8eb5e4bbc0a0fda29753f40a2bd7f99c48 Mon Sep 17 00:00:00 2001 From: Yang Zhou Date: Wed, 28 Aug 2024 10:01:41 -0400 Subject: [PATCH] update rust minimum version to 1.76 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index f42ae1c4..28c21796 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "peng_quad" version = "0.2.0" edition = "2021" +rust-version = "1.76" authors = ["Yang Zhou "] description = "Peng is a minimal quadrotor pipeline including quadrotor dynamics, IMU simulation, various trajectory planners, PID controller and depth map rendering." license = "MIT OR Apache-2.0"