Skip to content

Commit e5c16fc

Browse files
committed
Bump crate version
1 parent ae696ea commit e5c16fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "telegram-bot"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Lukas Kalbertodt <[email protected]>", "Fedor Gogolev <[email protected]>", "Gustavo Aguiar <[email protected]>"]
55
edition = "2018"
66

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

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

3131
hyper = "0.13"
3232
hyper-tls = { version = "0.4", optional = true }

raw/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "telegram-bot-raw"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Lukas Kalbertodt <[email protected]>", "Fedor Gogolev <[email protected]>", "Gustavo Aguiar <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)