We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1aef2 commit ddb743aCopy full SHA for ddb743a
Cargo.toml
@@ -75,6 +75,9 @@ insta = { version = "1", features = ["yaml"] }
75
# which depends on old log, which depends on old libc, which doesn't build with newer rustc
76
rayon = "^1.6"
77
78
+# wasmtime fails to resolve to its minimal version without this
79
+version_check = "^0.9.4"
80
+
81
[features]
82
default = ["all-builtins", "fast"]
83
0 commit comments