Skip to content

Commit

Permalink
Release new telers version with README.md and new telers-macros
Browse files Browse the repository at this point in the history
… version
  • Loading branch information
Desiders committed Feb 3, 2024
1 parent 2aea23a commit 9ba26c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions telers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "telers"
version = "1.0.0-alpha.14"
version = "1.0.0-alpha.15"
edition = "2021"
description = "An asynchronous framework for Telegram Bot API written in Rust"
rust-version = "1.65"
Expand All @@ -21,7 +21,7 @@ redis-storage = ["redis"]
memory-storage = ["bincode"]

[dependencies]
telers-macros = { path = "../telers-macros", version = "1.0.0-alpha", features = ["default"] }
telers-macros = { path = "../telers-macros", version = "1.0.0-alpha.2", features = ["default"] }
tokio = { version = "1.36", features = ["sync", "macros", "signal", "fs"] }
tokio-util = { version = "0.7", features = ["codec"] }
reqwest = { version = "0.11", features = ["multipart", "stream"] }
Expand Down

0 comments on commit 9ba26c0

Please sign in to comment.