Update v8 used during fuzzing (#3493)
This commit updates the crate name from `rusty_v8` to `v8` as well since the upstream bindings have sinced moved. I originally wanted to do this to see if a fix for one of our fuzz bugs was pulled in but I don't think the fix has been pulled in yet. Despite that it seems reasonable to go ahead and update.
This commit is contained in:
@@ -27,7 +27,7 @@ wasmi = "0.7.0"
|
||||
# though, so we could use that if we wanted. For now though just simplify a bit
|
||||
# and don't depend on this on Windows. The same applies on s390x.
|
||||
[target.'cfg(not(any(windows, target_arch = "s390x")))'.dependencies]
|
||||
rusty_v8 = "0.27"
|
||||
v8 = "0.33"
|
||||
|
||||
[dev-dependencies]
|
||||
wat = "1.0.37"
|
||||
|
||||
Reference in New Issue
Block a user