From c3b2d5da33ec2902259ad2eae8d018c09cbce2aa Mon Sep 17 00:00:00 2001 From: Charles Bournhonesque Date: Thu, 21 Dec 2023 15:06:06 -0500 Subject: [PATCH] update versions --- lightyear/Cargo.toml | 4 ++-- macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lightyear/Cargo.toml b/lightyear/Cargo.toml index 40e6a32e2..76176435d 100644 --- a/lightyear/Cargo.toml +++ b/lightyear/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightyear" -version = "0.3.0" +version = "0.4.0" authors = ["Charles Bournhonesque "] edition = "2021" rust-version = "1.65" @@ -62,7 +62,7 @@ chacha20poly1305 = { version = "0.10", features = ["std"] } byteorder = "1.5.0" # derive -lightyear_macros = { version = "0.2.0", path = "../macros" } +lightyear_macros = { version = "0.3.0", path = "../macros" } # tracing tracing = "0.1.40" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 500d8566c..ed76e3e4e 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightyear_macros" -version = "0.2.0" +version = "0.3.0" authors = ["Charles Bournhonesque "] edition = "2021" rust-version = "1.65"