Skip to content

Commit

Permalink
change Cargo.toml (lz1998#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkocdko authored Dec 12, 2022
1 parent 576c1e9 commit c88d081
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions ricq-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "ricq-core"
version = "0.1.19"
version = "0.1.20"
edition = "2021"
description = "Packet encoders and decoders for ricq"
license = "AGPL-3.0"
license = "MPL-2.0"
homepage = "https://github.com/lz1998/ricq"
repository = "https://github.com/lz1998/ricq"
keywords = ["qq", "protocol", "android", "mirai"]
Expand Down
8 changes: 4 additions & 4 deletions ricq-guild/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "ricq-guild"
version = "0.1.0"
version = "0.1.20"
edition = "2021"
description = "ricq-guild"
license = "AGPL-3.0"
license = "MPL-2.0"
homepage = "https://github.com/lz1998/ricq"
repository = "https://github.com/lz1998/ricq"
readme = "README.md"
Expand All @@ -19,11 +19,11 @@ dynamic-protobuf = "0"
rand = "0"

[dependencies.ricq]
version = "0.1.17"
version = "=0.1.20"
path = "../ricq"

[dependencies.ricq-core]
version = "0.1.17"
version = "=0.1.20"
path = "../ricq-core"

[dependencies.tokio]
Expand Down
6 changes: 3 additions & 3 deletions ricq/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "ricq"
version = "0.1.19"
version = "0.1.20"
edition = "2021"
description = "Android IM protocol"
license = "AGPL-3.0"
license = "MPL-2.0"
homepage = "https://github.com/lz1998/ricq"
repository = "https://github.com/lz1998/ricq"
readme = "README.md"
Expand All @@ -14,7 +14,7 @@ default = []
image-detail = ["image"]

[dependencies]
ricq-core = { version = "0.1.19", path = "../ricq-core" }
ricq-core = { version = "=0.1.20", path = "../ricq-core" }
async-trait = "0.1"
bytes = "1"
cached = { version = "0.35", default-features = false }
Expand Down

0 comments on commit c88d081

Please sign in to comment.