We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f15817 commit 4f3d07aCopy full SHA for 4f3d07a
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ssr_rs"
3
-version = "0.2.2"
+version = "0.2.3"
4
authors = ["Valerio <[email protected]>"]
5
edition = "2018"
6
description = "Server side rendering with the v8 engine for parse and evaluate the javascript code"
README.md
@@ -16,7 +16,7 @@ Add this to your `Cargo.toml`:
16
17
```toml
18
[dependencies]
19
-ssr_rs = "0.2.2"
+ssr_rs = "0.2.3"
20
```
21
22
## Example
src/lib.rs
@@ -10,7 +10,7 @@
10
//! # Gettin started
11
//! ```toml
12
//! [dependencies]
13
-//! ssr_rs = "0.2.2"
+//! ssr_rs = "0.2.3"
14
//! ```
15
//!
//! # Example
0 commit comments