Skip to content

Commit

Permalink
Fix MSRV docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Desiders committed Jul 13, 2024
1 parent 2dbaeae commit 059dc27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ members = ["telers", "telers-*", "examples/*"]
default-members = ["telers", "telers-*", "examples/*"]
resolver = "2"

[workspace.package]
edition = "2021"
rust-version = "1.67"
license = "MIT OR Apache-2.0"

[profile.dev]
# Disabling debug info speeds up builds a bunch and we don't rely on it for debugging that much.
debug = 0
Expand Down
2 changes: 1 addition & 1 deletion telers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "telers"
version = "1.0.0-alpha.20"
edition = "2021"
description = "An asynchronous framework for Telegram Bot API written in Rust"
rust-version = "1.65"
rust-version = "1.67"
repository = "https://github.com/Desiders/telers"
license = "MIT OR Apache-2.0"
keywords = ["bot", "telegram", "telegram-bot", "telegram-bot-api", "telers"]
Expand Down

0 comments on commit 059dc27

Please sign in to comment.