Skip to content

Commit

Permalink
patched dev-dependency to point to self instead of workspace (#11981)
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn authored Aug 21, 2024
1 parent ba63715 commit 1196101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ protocol_schema = [

[dev-dependencies]
chrono = { workspace = true, features = ["clock"] }
near-primitives = { workspace = true, features = ["clock", "solomon", "rand"] }
near-primitives = { path = ".", features = ["clock", "solomon", "rand"] }
assert_matches.workspace = true
bencher.workspace = true
bolero.workspace = true
Expand Down

0 comments on commit 1196101

Please sign in to comment.