Skip to content

Commit dcb7709

Browse files
committed
add wit_version to DotScriptsEntry
1 parent 900428d commit dcb7709

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/kernel_types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ pub struct DotScriptsEntry {
263263
pub request_networking: bool,
264264
pub request_capabilities: Option<Vec<serde_json::Value>>,
265265
pub grant_capabilities: Option<Vec<serde_json::Value>>,
266+
pub wit_version: Option<u32>,
266267
}
267268

268269
impl std::fmt::Display for Message {

0 commit comments

Comments
 (0)