Registry Change and Verison Bump

This commit is contained in:
2026-06-12 18:48:16 -05:00
parent 7f1018bb8b
commit 21768597a4
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "rnavp"
version = "0.1.3"
version = "0.2.0"
edition = "2024"
publish = ["gitea"]
[features]
default= ["embassy"]
@@ -14,6 +14,5 @@ core_communication = ["core"]
core_logic = ["core"]
host = ["std", "core_full"]
[dependencies]
serde = { version = "1.0.228", features = ["derive"], default-features = false }