Commit
+2 -2 +/-2 browse
1 | diff --git a/Cargo.lock b/Cargo.lock |
2 | index f6d7749..31411da 100644 |
3 | --- a/Cargo.lock |
4 | +++ b/Cargo.lock |
5 | @@ -1035,7 +1035,7 @@ dependencies = [ |
6 | |
7 | [[package]] |
8 | name = "rudolfs" |
9 | - version = "0.2.5" |
10 | + version = "0.2.6" |
11 | dependencies = [ |
12 | "askama 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
13 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
14 | diff --git a/Cargo.toml b/Cargo.toml |
15 | index b86d524..082adba 100644 |
16 | --- a/Cargo.toml |
17 | +++ b/Cargo.toml |
18 | @@ -1,6 +1,6 @@ |
19 | [package] |
20 | name = "rudolfs" |
21 | - version = "0.2.5" |
22 | + version = "0.2.6" |
23 | authors = ["Jason White <rust@jasonwhite.io>"] |
24 | edition = "2018" |
25 | description = """ |