Skip to content

Commit

Permalink
Switch to thiserror 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Nov 25, 2024
1 parent 36610da commit a4ec90d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@ reqwest = { version = "0.12", features = [
"json",
"multipart",
], optional = true }
thiserror = { version = "1", optional = true }
thiserror = { version = "2", optional = true }
percent-encoding = { version = "2", optional = true }
tabled = { version = "0.16", features = ["derive", "macros"], optional = true }

[dev-dependencies]
amqprs = "1"
cargo-nextest = "0.9.81"
# tokio = { version = "1", features = ["rt", "net"] }
amqprs = { version = "2"}
cargo-nextest = "0.9.84"

[features]
default = ["core", "blocking"]
Expand Down

0 comments on commit a4ec90d

Please sign in to comment.