Skip to content

Commit 20c0408

Browse files
committed
Update is-macro to 0.1.9
Rust 1.53 introduced an intentional breaking change in attribute handling in macros, and it led to `is-macro` incorrectly generating code for `errors::HttpsWebhook::Tls` (investigated in [rust-lang/rust#85692]). A fix for that landed in `is-macro` 0.1.9 via [kdy1/is-macro#8], so `tbot` needs to require `is-macro` to be of version `^0.1.9`. [rust-lang/rust#85692]: rust-lang/rust#85692 [kdy1/is-macro#8]: kdy1/is-macro#8
1 parent 2b96b9e commit 20c0408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ native-tls = { version = "0.2", optional = true }
3434
hyper-rustls = { version = "0.22", optional = true }
3535
tokio-rustls = { version = "0.22", optional = true }
3636
hyper-socks2 = { version = "0.6", default-features = false }
37-
is-macro = "0.1.8"
37+
is-macro = "0.1.9"
3838
tracing = "0.1"
3939
tracing-futures = "0.2"
4040
type-map = "0.5"

0 commit comments

Comments
 (0)