This commit is contained in:
alex 2026-07-13 11:32:34 +08:00
parent 2e823188ba
commit 4e391d9a49
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@ sdlan.exe
.access_token .access_token
.host .host
.config .config
build.lock

2
Cargo.lock generated
View File

@ -2343,7 +2343,7 @@ dependencies = [
[[package]] [[package]]
name = "punchnet" name = "punchnet"
version = "1.2.6" version = "1.2.7"
dependencies = [ dependencies = [
"ahash", "ahash",
"arc-swap", "arc-swap",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "punchnet" name = "punchnet"
version = "1.2.6" version = "1.2.7"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
description = "punchnet client" description = "punchnet client"