diff --git a/Cargo.toml b/Cargo.toml index 384fe06c..0006ed77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ full = [ [dependencies] teloxide-core = { version = "0.4", default-features = false } -teloxide-macros = { git = "https://github.com/teloxide/teloxide-macros.git", optional = true } +teloxide-macros = { version = "0.5", optional = true } serde_json = "1.0" serde = { version = "1.0", features = ["derive"] }