Skip to content

Commit

Permalink
bump lightyear version
Browse files Browse the repository at this point in the history
  • Loading branch information
RJ committed Nov 21, 2024
1 parent e1455c0 commit feb99e4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
17 changes: 9 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ tokio = { version = "1.0", features = ["full"] }
tokio-stream = "0.1.16"
tokio-tungstenite = "0.23"
clap = { version = "4.4", features = ["derive"] }
# same LY ver as game:
lightyear = {git = "https://github.com/cBournhonesque/lightyear.git", rev = "0b7a4852fbb2eb9848d2fbc04dd4eea70d51ea98", default-features = false}
# YOU MUST USE SAME LY VER AS GAME
# Otherwise resources from lightyear won't be found.
lightyear = {git = "https://github.com/cBournhonesque/lightyear.git", rev = "59b089c41e57911653c8d0fe891db86bca50142d", default-features = false}
time = {version = "0.3.36", features = ["std"]}
base64 = "0.22"
edgegap = {path = "./edgegap-client"}
Expand Down

0 comments on commit feb99e4

Please sign in to comment.