Skip to content

Commit 555b44a

Browse files
authored
Merge pull request #425 from arkedge/feature/configure-msrv
Configure c2a-core crate MSRV & set to 1.78
2 parents 88fe62b + d0bb540 commit 555b44a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ c2a-uart-kble = { path = "./hal/uart-kble" }
3232
name = "c2a-core"
3333
version.workspace = true
3434
edition = "2021"
35+
rust-version = "1.78.0"
3536

3637
description = "Core of Command Centric Architecture"
3738
readme = "README.md"

0 commit comments

Comments
 (0)