Skip to content

Commit

Permalink
uprade version
Browse files Browse the repository at this point in the history
  • Loading branch information
cbournhonesque-sc committed Feb 20, 2024
1 parent 9f29345 commit 03f0531
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.9.1"
version = "0.10.0"
authors = ["Charles Bournhonesque <[email protected]>"]
edition = "2021"
rust-version = "1.65"
Expand Down Expand Up @@ -80,7 +80,7 @@ chacha20poly1305 = { version = "0.10", features = ["std"] }
byteorder = "1.5.0"

# derive
lightyear_macros = { version = "0.9.1", path = "../macros" }
lightyear_macros = { version = "0.10.0", path = "../macros" }

# tracing
tracing = "0.1.40"
Expand Down
4 changes: 2 additions & 2 deletions macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lightyear_macros"
version = "0.9.1"
version = "0.10.0"
authors = ["Charles Bournhonesque <[email protected]>"]
edition = "2021"
rust-version = "1.65"
Expand Down Expand Up @@ -31,7 +31,7 @@ uuid = { version = "1.6.1", features = ["v4"] }

[dev-dependencies]
lightyear = { path = "../lightyear" }
leafwing-input-manager = { version = "0.11.2" }
leafwing-input-manager = { version = "0.13" }
enum-as-inner = "0.6.0"
bevy = { version = "0.13", default-features = false }
enum_delegate = "0.2"
Expand Down

0 comments on commit 03f0531

Please sign in to comment.