Bump versions: Wasmtime to 0.26.0, Cranelift to 0.73.0.
This commit is contained in:
@@ -19,10 +19,9 @@ fn test_version_mismatch() -> Result<()> {
|
||||
|
||||
match Module::new(&engine, &buffer) {
|
||||
Ok(_) => bail!("expected deserialization to fail"),
|
||||
Err(e) => assert_eq!(
|
||||
e.to_string(),
|
||||
"Module was compiled with incompatible Wasmtime version 'x.25.0'"
|
||||
),
|
||||
Err(e) => assert!(e
|
||||
.to_string()
|
||||
.starts_with("Module was compiled with incompatible Wasmtime version")),
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user