Skip to content

Commit 081f4c5

Browse files
committed
2.1.2 - can't use edition 2024, only have 1.74
1 parent 4bbbaa3 commit 081f4c5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "dm-playground_controller"
33
description = "The rust serial-driven controller for the dm-playground project"
4-
version = "2.1.1"
5-
edition = "2024"
4+
version = "2.1.2"
5+
edition = "2021"
66
repository = "https://github.com/spacestation13/dm-playground_controller"
77
license = "MIT"
8-
8+
rust-version = "1.74"
99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

1111
[dependencies]

0 commit comments

Comments
 (0)