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"