workflow
This commit is contained in:
parent
2e823188ba
commit
4e391d9a49
3
.gitignore
vendored
3
.gitignore
vendored
@ -15,4 +15,5 @@ sdlan.exe
|
|||||||
/ca
|
/ca
|
||||||
.access_token
|
.access_token
|
||||||
.host
|
.host
|
||||||
.config
|
.config
|
||||||
|
build.lock
|
||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -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",
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user