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