Skip to content

Commit

Permalink
Update is-macro to 0.1.9
Browse files Browse the repository at this point in the history
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
  • Loading branch information
SnejUgal committed Jul 4, 2021
1 parent 2b96b9e commit 20c0408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ native-tls = { version = "0.2", optional = true }
hyper-rustls = { version = "0.22", optional = true }
tokio-rustls = { version = "0.22", optional = true }
hyper-socks2 = { version = "0.6", default-features = false }
is-macro = "0.1.8"
is-macro = "0.1.9"
tracing = "0.1"
tracing-futures = "0.2"
type-map = "0.5"
Expand Down

0 comments on commit 20c0408

Please sign in to comment.