Skip to content

Commit

Permalink
Make order of dependency properties consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Jul 23, 2018
1 parent b0008ff commit f88f2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion askama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ with-rocket = ["rocket", "askama_derive/rocket"]
with-actix-web = ["actix-web", "askama_derive/actix-web", "mime_guess"]

[dependencies]
askama_derive = { path = "../askama_derive", version = "0.7.1" }
askama_derive = { version = "0.7.1", path = "../askama_derive" }
askama_shared = { version = "0.7.1", path = "../askama_shared" }
iron = { version = ">= 0.5, < 0.7", optional = true }
rocket = { version = "0.3", optional = true }
Expand Down

0 comments on commit f88f2a3

Please sign in to comment.