Skip to content

Commit

Permalink
fix CI failure
Browse files Browse the repository at this point in the history
The CI failure of `check-minimal-versions` is caused by this:
- dtolnay/proc-macro2#356
- rust-lang/rust#113152

Not having thiserror pinned at 1.0.2 allow the proc-macro2 crate to be updated to the recent version which fixes this.
  • Loading branch information
rksm committed Dec 26, 2023
1 parent ed40b18 commit 25d40bb
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 @@ rmp-serde = { version = "1.1", optional = true }
rmpv = { version = "1.0", optional = true, features = ["with-serde"] }
serde_yaml = { version = "0.9", optional = true }
serde-pickle = { version = "1.1", optional = true }
thiserror = "1.0.2"
thiserror = "1.0"
async-trait = "0.1.43"
lapin = { version = "2.1.1", default-features = false }
log = "0.4"
Expand Down

0 comments on commit 25d40bb

Please sign in to comment.