Skip to content

Commit

Permalink
Bump crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
gugahoa committed Nov 14, 2020
1 parent ae696ea commit e5c16fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "telegram-bot"
version = "0.7.0"
version = "0.8.0"
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>", "Fedor Gogolev <knsd@knsd.net>", "Gustavo Aguiar <gustavo.h.o.aguiar@gmail.com>"]
edition = "2018"

Expand All @@ -26,7 +26,7 @@ tracing = "0.1.9"
tracing-futures = "0.2"
multipart = { version = "0.16", default-features = false, features = ["client"] }

telegram-bot-raw = { version = "0.7.0", path = "../raw" }
telegram-bot-raw = { version = "0.8.0", path = "../raw" }

hyper = "0.13"
hyper-tls = { version = "0.4", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion raw/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "telegram-bot-raw"
version = "0.7.0"
version = "0.8.0"
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>", "Fedor Gogolev <knsd@knsd.net>", "Gustavo Aguiar <gustavo.h.o.aguiar@gmail.com>"]
edition = "2018"

Expand Down

0 comments on commit e5c16fc

Please sign in to comment.