We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8de14aa + 76e5270 commit 9790c0fCopy full SHA for 9790c0f
src/kernel_types.rs
@@ -213,8 +213,8 @@ pub struct PackageManifestEntry {
213
pub process_wasm_path: String,
214
pub on_exit: OnExit,
215
pub request_networking: bool,
216
- pub request_capabilities: Option<Vec<serde_json::Value>>,
217
- pub grant_capabilities: Option<Vec<serde_json::Value>>,
+ pub request_capabilities: Vec<serde_json::Value>,
+ pub grant_capabilities: Vec<serde_json::Value>,
218
pub public: bool,
219
}
220
0 commit comments