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", "kfetch",
"kill", "kill",
"m", "m",
"namehash_to_name",
"net_diagnostics", "net_diagnostics",
"peer", "peer",
"peers", "peers",

View File

@ -1556,7 +1556,7 @@ pub struct Erc721Properties {
pub screenshots: Option<Vec<String>>, pub screenshots: Option<Vec<String>>,
pub wit_version: Option<u32>, pub wit_version: Option<u32>,
pub dependencies: Option<Vec<String>>, 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` /// the type that gets deserialized from each entry in the array in `manifest.json`