Skip to content

Commit

Permalink
Release v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
snejugal committed Dec 31, 2019
1 parent 28bcbb4 commit 7af6431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tbot"
version = "0.3.0"
version = "0.4.0"
description = "Make cool Telegram bots with Rust easily."
repository = "https://gitlab.com/SnejUgal/tbot"
readme = "./readme.md"
Expand Down
5 changes: 1 addition & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ are available [here][master-docs]).
If you have a question, ask it in [our group] on Telegram. If you find a bug,
file an issue on either our [GitLab] or [GitHub] repository.

> **Important note:** `tbot` v0.3's minimum supported Rust version is 1.40
> due to use of `#[non_exhaustive]`.
[`examples`]: ./examples/
[projects]: https://gitlab.com/SnejUgal/tbot/-/wikis/Projects-built-with-tbot

Expand Down Expand Up @@ -66,7 +63,7 @@ Add `tbot` and `tokio` to your Cargo.toml:

```toml
[dependencies]
tbot = "0.3"
tbot = "0.4"
tokio = { version = "0.2", features = ["macros"] }
```

Expand Down

0 comments on commit 7af6431

Please sign in to comment.