mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
chore(net): don't run keep alive on player tick
This commit is contained in:
@@ -190,7 +190,7 @@ rustc_version_runtime = { version = "0.3", default-features = false }
|
||||
ordered-float = { version = "5.3", default-features = false, features = ["std"] }
|
||||
xxhash-rust = { version = "0.8", default-features = false, features = ["xxh64"] }
|
||||
|
||||
wasmtime = { version = "45.0", default-features = false, features = ["runtime", "component-model", "async", "cache", "cranelift", "gc", "threads", "std"] }
|
||||
wasmtime = { version = "45.0", default-features = false, features = ["runtime", "component-model", "async", "cache", "cranelift", "gc", "gc-drc", "threads", "std"] }
|
||||
wasmtime-wasi = { version = "45.0", default-features = false, features = ["p2"] }
|
||||
wasmtime-wasi-http = { version = "45.0", default-features = false, features = ["p2", "default-send-request"] }
|
||||
# needed for interacting with wasmtime-wasi-http - keep in sync
|
||||
|
||||
Reference in New Issue
Block a user