Skip to content

Commit c97f478

Browse files
committed
ci: test
1 parent dd3fa4b commit c97f478

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ let
99
rust-jobs-errors = {
1010
tests = import workflow-parts.rust.tests { inherit rustc-versions; };
1111
doc = import workflow-parts.rust.doc { inherit pkgs; };
12-
miri = import workflow-parts.rust.miri { inherit pkgs; };
1312
};
1413
rust-jobs-warn = {
1514
machete = import workflow-parts.rust.machete { inherit pkgs; };

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ undocumented_unsafe_blocks = "warn"
1515
tabs_in_doc_comments = "allow"
1616

1717
[workspace.dependencies]
18-
v_utils = { version = "^2.0", features = ["trades", "tracing", "macros"], path = "../v_utils/v_utils" } #ga: rm path
18+
v_utils = { version = "^2.0", path = "../v_utils/v_utils", features = ["trades", "tracing", "macros"] } #ga: rm path
1919

2020
chrono = "^0.4.39"
2121
color-eyre = "^0.6.3"

0 commit comments

Comments
 (0)