Skip to content

Commit

Permalink
Bump pso2packetlib
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonnMal committed Feb 9, 2024
1 parent e37d111 commit e03a328
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rand = "0.8.5"
rsa = "0.9.6"
tokio = {version = "1.36.0", features = ["net", "rt-multi-thread", "macros", "time", "fs", "io-util"] }
# pso2packetlib = {path = "../pso2packetlib", features = ["connection", "ngs_enc", "proxy", "ppac", "tokio", "split_connection"]}
pso2packetlib = { git = "https://github.com/PhantasyServer/pso2-protocol-lib", rev = "d824e24", features = ["split_connection", "ngs_enc", "proxy", "ppac", "tokio"] }
pso2packetlib = { git = "https://github.com/PhantasyServer/pso2-protocol-lib", rev = "e7b33f8", features = ["split_connection", "ngs_enc", "proxy", "ppac", "tokio"] }
parking_lot = "0.12.1"
serde = { version = "1.0.193", features = ["derive"] }
rmp-serde = "1.1.2"
Expand Down

0 comments on commit e03a328

Please sign in to comment.