Skip to content

Commit 76e5270

Browse files
committed
manifest: require *_capabilities
1 parent 64d2856 commit 76e5270

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)