Skip to content

Commit e03585e

Browse files
committed
Bump module serialization version
1 parent 101ca1f commit e03585e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/vm/src/modules/file_system_cache.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ use super::CachedModule;
6161
/// - **v9**:<br>
6262
/// New version because of Wasmer 4.2.2 -> 4.2.6 upgrade.
6363
/// Module compatibility between Wasmer versions is not guaranteed.
64-
const MODULE_SERIALIZATION_VERSION: &str = "v9";
64+
/// - **v10**:<br>
65+
/// New version because of Metering middleware change.
66+
const MODULE_SERIALIZATION_VERSION: &str = "v10";
6567

6668
/// Representation of a directory that contains compiled Wasm artifacts.
6769
pub struct FileSystemCache {

0 commit comments

Comments
 (0)