Skip to content

Commit

Permalink
fix: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
indietyp committed Sep 23, 2024
1 parent 569bf2e commit e55d2a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libs/@local/hql/diagnostics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors.workspace = true
[dependencies]
# Public workspace dependencies
hql-span = { workspace = true, public = true }
error-stack = { workspace = true, public = true }
error-stack = { workspace = true, public = true, features = ["unstable"]}

# Public third-party dependencies
anstyle = { workspace = true, public = true }
Expand Down
3 changes: 3 additions & 0 deletions libs/deer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
"lint:clippy": "just clippy",
"test:miri": "just miri",
"test:unit": "just test-or-coverage"
},
"dependencies": {
"@rust/error-stack": "0.5.0"
}
}

0 comments on commit e55d2a8

Please sign in to comment.