You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cargo.toml
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
[package]
2
2
name = "cobs_codec_rs"
3
-
version = "1.1.0"
4
-
edition = "2021"
5
-
rust-version = "1.81"
3
+
version = "1.2.0"
4
+
edition = "2024"
5
+
rust-version = "1.85"
6
6
description = "Consistent Overhead Byte Stuffing (COBS) and COBS/R codec: no_std, zero-dependency, for zero-free framing of serial and packet byte streams."
7
7
authors = ["Alexander Salas Bastidas <ajsb85@firechip.dev>"]
0 commit comments