Skip to content

Commit

Permalink
Update v8 version to v0.93.0 (#39)
Browse files Browse the repository at this point in the history
* chore: update v8 to v0.93.0

* chore: update ssr_rs version to v0.5.4
  • Loading branch information
Valerioageno authored Jun 8, 2024
1 parent 306ec51 commit d745d64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.5.3"
version = "0.5.4"
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.92.0"
v8= "0.93.0"

[dev-dependencies]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
ssr_rs = "0.5.3"
ssr_rs = "0.5.4"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
//! # Getting started
//! ```toml
//! [dependencies]
//! ssr_rs = "0.5.3"
//! ssr_rs = "0.5.4"
//! ```
//!
//! # Example
Expand Down

0 comments on commit d745d64

Please sign in to comment.