diff --git a/Cargo.lock b/Cargo.lock index 3ceceab6e1..2d3638a7eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1759,7 +1759,7 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" [[package]] name = "v8" -version = "149.2.0" +version = "150.0.0" dependencies = [ "align-data", "bindgen", diff --git a/Cargo.toml b/Cargo.toml index b077313df0..4179db2b08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "v8" -version = "149.2.0" +version = "150.0.0" description = "Rust bindings to V8" readme = "README.md" authors = ["the Deno authors"]