-
-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ with-rocket = ["rocket", "askama_derive/rocket"] | |
[dependencies] | ||
askama_derive = { path = "../askama_derive", version = "0.5.0" } | ||
askama_shared = { version = "0.5.0", path = "../askama_shared" } | ||
iron = { version = "0.5", optional = true } | ||
iron = { version = ">= 0.5", optional = true } | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
hajifkd
Author
Contributor
|
||
rocket = { version = "0.3", optional = true } | ||
|
||
[package.metadata.docs.rs] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is a bad idea :)
Not having an upper bound for a dependency means that iron could release a huge breaking change that could break askama for every user