Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaileke committed Oct 10, 2024
1 parent 171755e commit 28cc1f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ base64 = "0.22.1"
openssl = "0.10.66"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
flate2 = "1.0"
flate2 = "1.0.34"
chrono = "0.4.38"
miniz_oxide = "0.8.0"
hex = "0.4.3"
aes = "0.9.0-pre.2"
ctr = "0.10.0-pre.2"
libdeflater = "1.21.0"
libdeflater = "1.22.0"

#[lib]
#crate-type = ["staticlib"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use raknet_client::client;

#[tokio::main]
async fn main() {
let client = client::create("127.0.0.1".to_string(), 19132, "1.21.23".to_string(), true); // target address, target port, client version, debug mode
let client = client::create("127.0.0.1".to_string(), 19132, "1.21.30".to_string(), true); // target address, target port, client version, debug mode
client.await.unwrap().connect().expect("Target IP Connection Error");
}
```
Expand Down

0 comments on commit 28cc1f1

Please sign in to comment.