mirror of
https://github.com/fluencelabs/aquavm
synced 2025-04-25 07:12:16 +00:00
feat(execution-engine)!: update minimal interpreter version (#649)
update minimal interpreter version
This commit is contained in:
parent
eca52b7191
commit
0655daa89d
@ -21,7 +21,7 @@ use std::str::FromStr;
|
||||
/// Minimal supported interpreter version, should be updated according to
|
||||
/// [./docs/update-guide.md]
|
||||
static MINIMAL_INTERPRETER_VERSION: Lazy<semver::Version> =
|
||||
Lazy::new(|| semver::Version::from_str("0.40.0").expect("valid minimal supported version specified"));
|
||||
Lazy::new(|| semver::Version::from_str("0.43.0").expect("valid minimal supported version specified"));
|
||||
|
||||
/// Current interpreter version, more info in
|
||||
/// [./docs/update-guide.md]
|
||||
|
Loading…
x
Reference in New Issue
Block a user