1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-19 22:36:49 +00:00

Switch to released rkon

This commit is contained in:
Joshua Goins 2025-04-15 23:42:39 -04:00
parent 717a2b7785
commit a8e746b7c4
2 changed files with 7 additions and 6 deletions

11
Cargo.lock generated
View file

@ -756,9 +756,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.171" version = "0.2.172"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
[[package]] [[package]]
name = "libsqlite3-sys" name = "libsqlite3-sys"
@ -1030,9 +1030,9 @@ dependencies = [
[[package]] [[package]]
name = "proc-macro2" name = "proc-macro2"
version = "1.0.94" version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
dependencies = [ dependencies = [
"unicode-ident", "unicode-ident",
] ]
@ -1130,7 +1130,8 @@ dependencies = [
[[package]] [[package]]
name = "rkon" name = "rkon"
version = "0.1.0" version = "0.1.0"
source = "git+https://codeberg.org/redstrate/rkon#23b998a070d2f8d626e0a19d48232e9dde641533" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfc4a2303eff8c4ba350c0c1151f4f71437f9cf57ccd95a08f15b2c90e13f7ce"
[[package]] [[package]]
name = "rusqlite" name = "rusqlite"

View file

@ -96,4 +96,4 @@ zip = { version = "2.6", features = ["deflate", "lzma", "bzip2"], default-featur
reqwest = { version = "0.12", default-features = false } reqwest = { version = "0.12", default-features = false }
# For RCON # For RCON
rkon = { git = "https://codeberg.org/redstrate/rkon" } rkon = { version = "0.1" }