Skip to content

Commit c0d671b

Browse files
committed
fix: bump edition. it should cause a ci error
1 parent bc55842 commit c0d671b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
categories = ["concurrency", "embedded", "no-std", "asynchronous"]
1010
description = "Real-Time Interrupt-driven Concurrency (RTIC): a concurrency framework for building real-time systems"
1111
documentation = "https://rtic.rs/"
12-
edition = "2021"
12+
edition = "2024"
1313
keywords = ["embedded", "async", "runtime", "no-std", "rtos"]
1414
license = "MIT OR Apache-2.0"
1515
name = "rtic"

0 commit comments

Comments
 (0)