Skip to content

Commit 67cb3cb

Browse files
WillLillisclason
authored andcommitted
refactor(loader)!: transition from anyhow to thiserror
1 parent 12a3153 commit 67cb3cb

File tree

3 files changed

+475
-251
lines changed

3 files changed

+475
-251
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/loader/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ wasm = ["tree-sitter/wasm"]
2828
default = ["tree-sitter-highlight", "tree-sitter-tags"]
2929

3030
[dependencies]
31-
anyhow.workspace = true
3231
cc.workspace = true
3332
etcetera.workspace = true
3433
fs4.workspace = true
@@ -41,6 +40,7 @@ semver.workspace = true
4140
serde.workspace = true
4241
serde_json.workspace = true
4342
tempfile.workspace = true
43+
thiserror.workspace = true
4444

4545
tree-sitter = { workspace = true }
4646
tree-sitter-highlight = { workspace = true, optional = true }

0 commit comments

Comments
 (0)