-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add svelte mention in README and docs.rs * Update v8 version to v0.94.0 * update version to v0.5.5
- Loading branch information
1 parent
103863e
commit 357d45d
Showing
3 changed files
with
15 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "ssr_rs" | ||
version = "0.5.4" | ||
version = "0.5.5" | ||
authors = ["Valerio <[email protected]>"] | ||
edition = "2021" | ||
description = "Server side rendering with the v8 engine for parse and evaluate the javascript code" | ||
|
@@ -22,7 +22,7 @@ name = "ssr_rs" | |
path = "src/lib.rs" | ||
|
||
[dependencies] | ||
v8= "0.93.0" | ||
v8= "0.94.0" | ||
|
||
[dev-dependencies] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters