aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-04-08 11:48:54 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-04-08 12:10:44 +0200
commit7643fb90dcf148605e3309c2007cd8a4c27914fa (patch)
tree5caf8100b3d99418dad1e284398392aa83fa29bb /Cargo.toml
parent80109d0da833842695948fe404489ea33f9dcfdb (diff)
chore: update lightyear to 0.13.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c3a4047..d5c5a69 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
bevy = { version = "0.13.2" }
clap = { version = "4.5.2", features = ["derive"] }
crossbeam-channel = { version = "0.5.12" }
-lightyear = { version = "0.12.0" }
+lightyear = { version = "0.13.0" }
rand = { version = "0.8.5" }
serde = { version = "1.0.197" }