Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cbournhonesque-sc committed Dec 21, 2023
1 parent 4f12f13 commit c3b2d5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lightyear/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lightyear"
version = "0.3.0"
version = "0.4.0"
authors = ["Charles Bournhonesque <charlesbour@gmail.com>"]
edition = "2021"
rust-version = "1.65"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lightyear_macros"
version = "0.2.0"
version = "0.3.0"
authors = ["Charles Bournhonesque <charlesbour@gmail.com>"]
edition = "2021"
rust-version = "1.65"
Expand Down

0 comments on commit c3b2d5d

Please sign in to comment.