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 e48edf9 commit 71b10d3Copy full SHA for 71b10d3
README.md
@@ -10,7 +10,7 @@ To include liquid in your project add the following to your Cargo.toml:
10
11
```toml
12
[dependencies]
13
-liquid = "0.13"
+liquid = "0.14"
14
```
15
16
Now you can use the crate in your code
src/lib.rs
@@ -4,7 +4,7 @@
4
//!
5
//! ```toml
6
//! [dependencies]
7
-//! liquid = "0.13"
+//! liquid = "0.14"
8
//! ```
9
//! ## Example
0 commit comments