We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f20376e commit 481163fCopy full SHA for 481163f
2 files changed
Cargo.toml
@@ -5,7 +5,7 @@ name = "shvproto"
5
description = "Rust implementation of the SHV protocol"
6
license = "MIT"
7
repository = "https://github.com/silicon-heaven/libshvproto-rs"
8
-version = "4.0.1"
+version = "5.0.0"
9
edition = "2024"
10
11
[dependencies]
libshvproto-macros/Cargo.toml
@@ -3,7 +3,7 @@ name = "libshvproto-macros"
3
description = "Derive macros for libshvproto"
4
-version = "0.2.1"
+version = "0.2.2"
edition = "2021"
[lib]
0 commit comments