Skip to content

Commit 25d40bb

Browse files
committed
fix CI failure
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.
1 parent ed40b18 commit 25d40bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ rmp-serde = { version = "1.1", optional = true }
3434
rmpv = { version = "1.0", optional = true, features = ["with-serde"] }
3535
serde_yaml = { version = "0.9", optional = true }
3636
serde-pickle = { version = "1.1", optional = true }
37-
thiserror = "1.0.2"
37+
thiserror = "1.0"
3838
async-trait = "0.1.43"
3939
lapin = { version = "2.1.1", default-features = false }
4040
log = "0.4"

0 commit comments

Comments
 (0)