We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291568c commit 8565573Copy full SHA for 8565573
Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
7
8
[dependencies]
9
tokio = { version = "1", features = ["full"] }
10
-ricq = { version = "0.1", git = "https://github.com/lz1998/ricq" }
+ricq = "0.1.19"
11
futures = "0.3"
12
async-trait = "0.1"
13
bytes = "1.1.0"
@@ -34,7 +34,7 @@ chrono = "0.4"
34
xml-rs = "0.8"
35
async-recursion = "1.0.0"
36
md5 = "0.7"
37
-ricq-core = { version = "0.1", git = "https://github.com/lz1998/ricq" }
+ricq-core = "0.1.19"
38
39
[build-dependencies]
40
#lust-build = { version = "*", registry = "crates-byted" }
0 commit comments