diff --git a/crates/teloxide/Cargo.toml b/crates/teloxide/Cargo.toml index 0e8a6af6..6315e147 100644 --- a/crates/teloxide/Cargo.toml +++ b/crates/teloxide/Cargo.toml @@ -79,8 +79,6 @@ full = [ [dependencies] teloxide-core = { version = "0.10", default-features = false } teloxide-macros = { version = "0.8", optional = true } -# teloxide-core = { version = "0.9.1", path = "../teloxide-core", default-features = false } -# teloxide-macros = { version = "0.7.1", path = "../teloxide-macros", optional = true } serde_json = "1.0" serde = { version = "1.0", features = ["derive"] }