From d0bb5403cb5b079b0d5597c5b36fa5b67f2d090a Mon Sep 17 00:00:00 2001 From: sksat Date: Wed, 12 Mar 2025 11:43:24 +0900 Subject: [PATCH] configure c2a-core crate MSRV & set to 1.78.0 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index d1dce10f..c1066e4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,6 +32,7 @@ c2a-uart-kble = { path = "./hal/uart-kble" } name = "c2a-core" version.workspace = true edition = "2021" +rust-version = "1.78.0" description = "Core of Command Centric Architecture" readme = "README.md"