Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 8fed983

Browse files
committed
Bump versions to fix semver problem
1 parent d901baa commit 8fed983

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

askama/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "askama"
3-
version = "0.10.4"
3+
version = "0.10.5"
44
authors = ["Dirkjan Ochtman <[email protected]>"]
55
description = "Type-safe, compiled Jinja-like templates for Rust"
66
documentation = "https://docs.rs/askama"
@@ -33,9 +33,9 @@ with-tide = ["askama_derive/tide"]
3333
with-warp = ["askama_derive/warp"]
3434

3535
[dependencies]
36-
askama_derive = { version = "0.10.4", path = "../askama_derive" }
36+
askama_derive = { version = "0.10.5", path = "../askama_derive" }
3737
askama_escape = { version = "0.10", path = "../askama_escape" }
38-
askama_shared = { version = "0.10.5", path = "../askama_shared", default-features = false }
38+
askama_shared = { version = "0.11", path = "../askama_shared", default-features = false }
3939
mime = { version = "0.3", optional = true }
4040
mime_guess = { version = "2.0.0-alpha", optional = true }
4141

askama_derive/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "askama_derive"
3-
version = "0.10.4"
3+
version = "0.10.5"
44
authors = ["Dirkjan Ochtman <[email protected]>"]
55
description = "Procedural macro package for Askama"
66
homepage = "https://github.com/djc/askama"
@@ -23,6 +23,6 @@ tide = []
2323
warp = []
2424

2525
[dependencies]
26-
askama_shared = { version = "0.10.5", path = "../askama_shared", default-features = false }
26+
askama_shared = { version = "0.11", path = "../askama_shared", default-features = false }
2727
proc-macro2 = "1"
2828
syn = "1"

askama_shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "askama_shared"
3-
version = "0.10.5"
3+
version = "0.11.0"
44
authors = ["Dirkjan Ochtman <[email protected]>"]
55
description = "Shared code for Askama"
66
homepage = "https://github.com/djc/askama"

0 commit comments

Comments
 (0)