diff --git a/Cargo.toml b/Cargo.toml index 8f2a86cc..079b5d0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ serde_cbor = { version = "0.11.1", optional = true } bincode = { version = "1.3.1", optional = true } #teloxide-macros = "0.3.1" -teloxide-macros = { git = "http://github.com/teloxide/teloxide-macros", branch = "dev" } +teloxide-macros = { git = "http://github.com/teloxide/teloxide-macros", branch = "master" } [dev-dependencies] smart-default = "0.6.0"