Skip to content

Commit

Permalink
feat: update v8 to stable 129.0.0 (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: Valerio Ageno <[email protected]>
  • Loading branch information
Valerioageno and Valerio Ageno authored Oct 11, 2024
1 parent eb6014c commit 800a268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ssr_rs"
version = "0.6.0"
version = "0.7.0"
authors = ["Valerio <[email protected]>"]
edition = "2021"
description = "Server side rendering with the v8 engine for parse and evaluate the javascript code"
Expand All @@ -22,7 +22,7 @@ name = "ssr_rs"
path = "src/lib.rs"

[dependencies]
v8= "0.102.0"
v8= "129.0.0"

[dev-dependencies]

Expand Down

0 comments on commit 800a268

Please sign in to comment.