Skip to content

Commit ddb743a

Browse files
committed
Fix the minimal version job
1 parent ca1aef2 commit ddb743a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ insta = { version = "1", features = ["yaml"] }
7575
# which depends on old log, which depends on old libc, which doesn't build with newer rustc
7676
rayon = "^1.6"
7777

78+
# wasmtime fails to resolve to its minimal version without this
79+
version_check = "^0.9.4"
80+
7881
[features]
7982
default = ["all-builtins", "fast"]
8083

0 commit comments

Comments
 (0)