This commit is contained in:
hosted-fornet 2024-09-09 17:07:34 -07:00
parent b9c42cca05
commit 73cd0c992d
2 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@ members = [
"kfetch",
"kill",
"m",
"namehash_to_name",
"net_diagnostics",
"peer",
"peers",

View File

@ -1556,7 +1556,7 @@ pub struct Erc721Properties {
pub screenshots: Option<Vec<String>>,
pub wit_version: Option<u32>,
pub dependencies: Option<Vec<String>>,
pub api_includes: Option<Vec<PathBuf>>,
pub api_includes: Option<Vec<std::path::PathBuf>>,
}
/// the type that gets deserialized from each entry in the array in `manifest.json`