We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed8c0eb commit 01eb3fcCopy full SHA for 01eb3fc
substrate/frame/revive/fixtures/build.rs
@@ -82,7 +82,7 @@ fn create_cargo_toml<'a>(
82
entries: impl Iterator<Item = &'a Entry>,
83
output_dir: &Path,
84
) -> Result<()> {
85
- let mut cargo_toml: toml::Value = toml::from_str(include_str!("./build/Cargo.toml"))?;
+ let mut cargo_toml: toml::Value = toml::from_str(include_str!("./build/_Cargo.toml"))?;
86
let mut set_dep = |name, path| -> Result<()> {
87
cargo_toml["dependencies"][name]["path"] = toml::Value::String(
88
fixtures_dir.join(path).canonicalize()?.to_str().unwrap().to_string(),
substrate/frame/revive/fixtures/build/Cargo.toml substrate/frame/revive/fixtures/build/_Cargo.toml
0 commit comments