Skip to content

Commit 9790c0f

Browse files
authored
Merge pull request #32 from uqbar-dao/hf/manifest-require-capabilities
manifest: require *_capabilities
2 parents 8de14aa + 76e5270 commit 9790c0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/kernel_types.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ pub struct PackageManifestEntry {
213213
pub process_wasm_path: String,
214214
pub on_exit: OnExit,
215215
pub request_networking: bool,
216-
pub request_capabilities: Option<Vec<serde_json::Value>>,
217-
pub grant_capabilities: Option<Vec<serde_json::Value>>,
216+
pub request_capabilities: Vec<serde_json::Value>,
217+
pub grant_capabilities: Vec<serde_json::Value>,
218218
pub public: bool,
219219
}
220220

0 commit comments

Comments
 (0)