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

3
.gitignore vendored
View File

@ -15,4 +15,5 @@ sdlan.exe
/ca
.access_token
.host
.config
.config
build.lock

2
Cargo.lock generated
View File

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

View File

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