Skip to content

Commit

Permalink
chore: release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
itsusinn committed Nov 14, 2021
1 parent 2a21191 commit bcbc525
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "telegram-message-source"
version = "1.1.1"
version = "1.1.2"

authors = ["Itsusinn <itsusinn@foxmail.com>"]
edition = "2018"
Expand Down Expand Up @@ -57,13 +57,15 @@ reqwest = { version = "0.11.5" ,default-features = false ,features = ["rustls","
sled = "0.34.7"

# mesagisto
nats = "0.15.2"
mesagisto-client = { git = "https://github.com/MeowCat-Studio/mesagisto-client-rs.git", rev = "472387" }
nats = "0.16.0"
mesagisto-client = { git = "https://github.com/MeowCat-Studio/mesagisto-client-rs.git", rev = "8d74323" }
# mesagisto-client = { path = "../../mesagisto-client/rust" }
automatic-config = { git = "https://github.com/Itsusinn/automatic-config-rs.git" }
singleton = { git = "https://github.com/Itsusinn/singleton-rs.git", rev = "bee321c" }
# singleton = { path = "/home/itsusinn/Workspace/Code/singleton-rs" }
either = "1.6.1"
# hex = "0.4"
base64-url = "1.4.10"

[dependencies.pyo3]
version = "0.14.5"
Expand Down

0 comments on commit bcbc525

Please sign in to comment.