Skip to content

Commit 71b10d3

Browse files
committed
docs: Update liquid version
1 parent e48edf9 commit 71b10d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To include liquid in your project add the following to your Cargo.toml:
1010

1111
```toml
1212
[dependencies]
13-
liquid = "0.13"
13+
liquid = "0.14"
1414
```
1515

1616
Now you can use the crate in your code

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//!
55
//! ```toml
66
//! [dependencies]
7-
//! liquid = "0.13"
7+
//! liquid = "0.14"
88
//! ```
99
//!
1010
//! ## Example

0 commit comments

Comments
 (0)