mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-22 16:11:38 +03:00
fix bugs
This commit is contained in:
parent
b9c42cca05
commit
73cd0c992d
@ -9,7 +9,6 @@ members = [
|
|||||||
"kfetch",
|
"kfetch",
|
||||||
"kill",
|
"kill",
|
||||||
"m",
|
"m",
|
||||||
"namehash_to_name",
|
|
||||||
"net_diagnostics",
|
"net_diagnostics",
|
||||||
"peer",
|
"peer",
|
||||||
"peers",
|
"peers",
|
||||||
|
@ -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`
|
||||||
|
Loading…
Reference in New Issue
Block a user