Skip to content

Commit

Permalink
use forked thiserror
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiyukiOkayasu committed Sep 6, 2024
1 parent f1783a2 commit d7826bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ edition = "2021"
rust-version = "1.81.0"
exclude = ["tests/resources/*"]

[patch.crates-io]
thiserror = { git = "https://github.com/quartiq/thiserror.git", branch = "no-std" }

[dependencies]
arbitrary-int = { version = "1.2.7", default-features = false }
fixed = "1.28.0"
heapless = "0.8.0"
nom = { version = "7.1.3", default-features = false }
thiserror = { version = "1.0", git = "https://github.com/quartiq/thiserror.git", default-features = false, branch = "no-std" }
thiserror = { version = "1.0", default-features = false }

[dev-dependencies]
reqwest = { version = "0.12.7", features = ["blocking"] }
Expand Down

0 comments on commit d7826bb

Please sign in to comment.