Skip to content

Commit b225c69

Browse files
committed
FIXME Hotfix crates
Signed-off-by: alvicsam <[email protected]>
1 parent 22393d5 commit b225c69

File tree

1 file changed

+1
-1
lines changed
  • cumulus/test/relay-validation-worker-provider

1 file changed

+1
-1
lines changed

cumulus/test/relay-validation-worker-provider/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ fn add_patches(project_toml: &mut Table) {
113113
let workspace_toml_path = PathBuf::from(
114114
env::var("CARGO_MANIFEST_DIR").expect("`CARGO_MANIFEST_DIR` is set by cargo"),
115115
)
116-
.join("../../Cargo.toml");
116+
.join("../../../Cargo.toml");
117117

118118
let mut workspace_toml: Table = toml::from_str(
119119
&fs::read_to_string(&workspace_toml_path).expect("Workspace root `Cargo.toml` exists; qed"),

0 commit comments

Comments
 (0)