Skip to content

Commit

Permalink
Bump dependency versions to force the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Jul 14, 2020
1 parent 589e022 commit d2d46ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions askama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 32,9 @@ with-tide = ["askama_derive/tide"]
with-warp = ["askama_derive/warp"]

[dependencies]
askama_derive = { version = "0.10", path = "../askama_derive" }
askama_derive = { version = "0.10.1", path = "../askama_derive" }
askama_escape = { version = "0.10", path = "../askama_escape" }
askama_shared = { version = "0.10", path = "../askama_shared", default-features = false }
askama_shared = { version = "0.10.2", path = "../askama_shared", default-features = false }
mime = { version = "0.3", optional = true }
mime_guess = { version = "2.0.0-alpha", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion askama_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 22,7 @@ tide = []
warp = []

[dependencies]
askama_shared = { version = "0.10", path = "../askama_shared", default-features = false }
askama_shared = { version = "0.10.2", path = "../askama_shared", default-features = false }
proc-macro2 = "1"
quote = "1"
syn = "1"

0 comments on commit d2d46ca

Please sign in to comment.