We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22393d5 commit b225c69Copy full SHA for b225c69
cumulus/test/relay-validation-worker-provider/build.rs
@@ -113,7 +113,7 @@ fn add_patches(project_toml: &mut Table) {
113
let workspace_toml_path = PathBuf::from(
114
env::var("CARGO_MANIFEST_DIR").expect("`CARGO_MANIFEST_DIR` is set by cargo"),
115
)
116
- .join("../../Cargo.toml");
+ .join("../../../Cargo.toml");
117
118
let mut workspace_toml: Table = toml::from_str(
119
&fs::read_to_string(&workspace_toml_path).expect("Workspace root `Cargo.toml` exists; qed"),
0 commit comments