diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-06-30 13:14:02 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-06-30 13:14:02 +0200 |
commit | 073788d10db8852ef1bd9aef376aa4a86e48b082 (patch) | |
tree | 3172d1b10f53ea03a14c8afb34ec72a51215723a /askama_shared/Cargo.toml | |
parent | 6c4132eedcd6889458f936e8301061153d50d48f (diff) | |
download | askama-073788d10db8852ef1bd9aef376aa4a86e48b082.tar.gz askama-073788d10db8852ef1bd9aef376aa4a86e48b082.tar.bz2 askama-073788d10db8852ef1bd9aef376aa4a86e48b082.zip |
Bump version numbers
Diffstat (limited to 'askama_shared/Cargo.toml')
-rw-r--r-- | askama_shared/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/askama_shared/Cargo.toml b/askama_shared/Cargo.toml index b8ea481..0e2d90d 100644 --- a/askama_shared/Cargo.toml +++ b/askama_shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_shared" -version = "0.9.1" +version = "0.10.0" authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"] description = "Shared code for Askama" homepage = "https://github.com/djc/askama" @@ -16,7 +16,7 @@ json = ["serde", "serde_json"] yaml = ["serde", "serde_yaml"] [dependencies] -askama_escape = { version = "0.3.0", path = "../askama_escape" } +askama_escape = { version = "0.10", path = "../askama_escape" } humansize = { version = "1.1.0", optional = true } # default for features for nom don't work result in linker errors: # https://github.com/rust-lang/rust/issues/62146 |