Skip to content

Commit 8565573

Browse files
committed
ricq 0.1.19
1 parent 291568c commit 8565573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
tokio = { version = "1", features = ["full"] }
10-
ricq = { version = "0.1", git = "https://github.com/lz1998/ricq" }
10+
ricq = "0.1.19"
1111
futures = "0.3"
1212
async-trait = "0.1"
1313
bytes = "1.1.0"
@@ -34,7 +34,7 @@ chrono = "0.4"
3434
xml-rs = "0.8"
3535
async-recursion = "1.0.0"
3636
md5 = "0.7"
37-
ricq-core = { version = "0.1", git = "https://github.com/lz1998/ricq" }
37+
ricq-core = "0.1.19"
3838

3939
[build-dependencies]
4040
#lust-build = { version = "*", registry = "crates-byted" }

0 commit comments

Comments
 (0)