chore: bump version to 1.5.0

Bump workspace version and all internal crate references to 1.5.0.
Add wfe-rustlang to workspace members and dependencies.
This commit is contained in:
2026-03-29 16:58:22 +01:00
parent c58c5d3eff
commit 93f1b726ce
3 changed files with 13 additions and 12 deletions

View File

@@ -994,7 +994,7 @@ mod tests {
// Deserialize and verify.
let parsed: serde_json::Value = serde_json::from_slice(&spec.value).unwrap();
assert_eq!(parsed["ociVersion"], "1.0.2");
assert_eq!(parsed["process"]["args"][0], "sh");
assert_eq!(parsed["process"]["args"][0], "/bin/sh");
assert_eq!(parsed["process"]["args"][1], "-c");
assert_eq!(parsed["process"]["args"][2], "echo hello");
assert_eq!(parsed["process"]["user"]["uid"], 65534);