mirror of
https://github.com/azalea-rs/azalea-viaversion.git
synced 2025-08-02 06:16:05 +00:00
Update ViaProxy for 1.21.6
This commit is contained in:
parent
b847cc2bf1
commit
f5ffe8801f
3 changed files with 471 additions and 417 deletions
884
Cargo.lock
generated
884
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -16,7 +16,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
|||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
async-compat = "0.2.4"
|
||||
azalea = { git = "https://github.com/azalea-rs/azalea", default-features = false }
|
||||
azalea = { git = "https://github.com/azalea-rs/azalea" }
|
||||
futures-util = "0.3"
|
||||
kdam = "0.6"
|
||||
lazy-regex = "3.4"
|
||||
|
|
|
@ -31,7 +31,7 @@ use tracing::{error, trace, warn};
|
|||
|
||||
const JAVA_DOWNLOAD_URL: &str = "https://adoptium.net/installation";
|
||||
const VIA_OAUTH_VERSION: Version = Version::new(1, 0, 2);
|
||||
const VIA_PROXY_VERSION: Version = Version::new(3, 4, 1);
|
||||
const VIA_PROXY_VERSION: Version = Version::new(3, 4, 2);
|
||||
|
||||
#[derive(Clone, Resource)]
|
||||
pub struct ViaVersionPlugin {
|
||||
|
|
Loading…
Add table
Reference in a new issue