get version from Cargo.toml

This commit is contained in:
2025-05-11 22:04:51 +02:00
parent 87ad83f473
commit 7903e2baf4
4 changed files with 6 additions and 4 deletions

View File

@@ -1,10 +1,9 @@
[package]
name = "mini_admin_bot"
version = "0.1.0"
version = "0.2.5"
edition = "2018"
[dependencies]
#teloxide = { version = "0.11.3", features = ["macros", "auto-send"] }
teloxide = { version = "0.12", features = ["macros", "auto-send"] }
futures = "0.3.5"
log = "0.4"