Commit
+3 -3 +/-3 browse
1 | diff --git a/.cirrus.yml b/.cirrus.yml |
2 | index 1a972c0..57c18c1 100644 |
3 | --- a/.cirrus.yml |
4 | +++ b/.cirrus.yml |
5 | @@ -41,7 +41,7 @@ publish_task: |
6 | container: |
7 | image: rust:latest |
8 | env: |
9 | - CARGO_TOKEN: ENCRYPTED[24c3996bcead2ad8411ef58926d1efd19a08dcdfd99dbf21f900155bd676908db322dec354b026f9ba3e5094e789c6d1] |
10 | + CARGO_TOKEN: ENCRYPTED[9d47772b21c821891037f85996e28eebf6d6afa38b24be0985085c1c48269ce6c1238357c8f81bdd4c2fb3d68e4ccc3b] |
11 | cargo_cache: |
12 | folder: $CARGO_HOME/registry |
13 | fingerprint_script: cat Cargo.lock |
14 | diff --git a/Cargo.lock b/Cargo.lock |
15 | index 3758520..7ad33eb 100644 |
16 | --- a/Cargo.lock |
17 | +++ b/Cargo.lock |
18 | @@ -1124,7 +1124,7 @@ dependencies = [ |
19 | |
20 | [[package]] |
21 | name = "rudolfs" |
22 | - version = "0.2.10" |
23 | + version = "0.2.11" |
24 | dependencies = [ |
25 | "askama 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
26 | "async-trait 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
27 | diff --git a/Cargo.toml b/Cargo.toml |
28 | index 6f06126..85d4474 100644 |
29 | --- a/Cargo.toml |
30 | +++ b/Cargo.toml |
31 | @@ -1,6 +1,6 @@ |
32 | [package] |
33 | name = "rudolfs" |
34 | - version = "0.2.10" |
35 | + version = "0.2.11" |
36 | authors = ["Jason White <rust@jasonwhite.io>"] |
37 | edition = "2018" |
38 | description = """ |