Skip to content

Commit

Permalink
add loom deps for exec path tests
Browse files Browse the repository at this point in the history
  • Loading branch information
imrn99 committed Oct 30, 2024
1 parent fdb2ed9 commit cbf8a83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ thiserror = "1.0.64"

# core
downcast-rs = "1.2.1"
loom = "0.7.2"
num-traits = "0.2.19"
stm = "0.4.0"
vtkio = { version = "0.7.0-rc1", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions honeycomb-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ utils = []

[dependencies]
downcast-rs.workspace = true
loom.workspace= true
num-traits.workspace = true
stm.workspace = true
thiserror.workspace = true
Expand Down

0 comments on commit cbf8a83

Please sign in to comment.