mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
replace thiserror-no-std with thiserror (#12432)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -523,8 +523,7 @@ shellexpand = "3.0.0"
|
||||
smallvec = "1"
|
||||
strum = { version = "0.26", default-features = false }
|
||||
syn = "2.0"
|
||||
thiserror = "1.0"
|
||||
thiserror-no-std = { version = "2.0.2", default-features = false }
|
||||
thiserror = { version = "2.0.0", default-features = false }
|
||||
tracing = "0.1.0"
|
||||
tracing-appender = "0.2"
|
||||
url = "2.3"
|
||||
|
||||
Reference in New Issue
Block a user