Skip to content

Commit

Permalink
Use custom thiserror build until PR 143 for generics support is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
Dessix committed Aug 14, 2021
1 parent fdefca0 commit 174aec2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
26 changes: 22 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion snocat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ log = "~0.4.13"
quinn = "~0.7.2"
serde = { version = "~1.0.126", features=["derive"] }
serde_json = "~1.0.64"
thiserror = "^1.0.26"
thiserror = { version = "^1.0.26", git = "https://github.com/Dessix/thiserror", rev = "e863837edfee78d894647fc415a2e7760512eb6a" }
tracing = "~0.1.22"
tracing-futures = "~0.2.4"
tracing-subscriber = "~0.2.19"
Expand Down

0 comments on commit 174aec2

Please sign in to comment.