mirror of
https://github.com/mollyim/mollysocket.git
synced 2025-05-14 06:10:37 +01:00
1.5.5
This commit is contained in:
parent
0d010808c7
commit
b5959c65a2
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1570,7 +1570,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mollysocket"
|
name = "mollysocket"
|
||||||
version = "1.5.4"
|
version = "1.5.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"base64",
|
"base64",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mollysocket"
|
name = "mollysocket"
|
||||||
version = "1.5.4"
|
version = "1.5.5"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
authors = ["S1m"]
|
authors = ["S1m"]
|
||||||
|
|
Loading…
Reference in a new issue