forked from rwf2/Rocket
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
70f8b17
commit 4623720
Showing
15 changed files
with
39 additions
and
33 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rocket_codegen" | ||
version = "0.3.16" | ||
version = "0.3.17" | ||
authors = ["Sergio Benitez <[email protected]>"] | ||
description = "Code generation for the Rocket web framework." | ||
documentation = "https://api.rocket.rs/rocket_codegen/" | ||
|
@@ -15,7 +15,7 @@ build = "build.rs" | |
plugin = true | ||
|
||
[dependencies] | ||
rocket = { version = "0.3.16", path = "../lib/" } | ||
rocket = { version = "0.3.17", path = "../lib/" } | ||
log = "0.3" | ||
|
||
[dev-dependencies] | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rocket_contrib" | ||
version = "0.3.16" | ||
version = "0.3.17" | ||
authors = ["Sergio Benitez <[email protected]>"] | ||
description = "Community contributed libraries for the Rocket web framework." | ||
documentation = "https://api.rocket.rs/rocket_contrib/" | ||
|
@@ -21,7 +21,7 @@ handlebars_templates = ["handlebars", "templates"] | |
templates = ["serde", "serde_json", "glob"] | ||
|
||
[dependencies] | ||
rocket = { version = "0.3.16", path = "../lib/" } | ||
rocket = { version = "0.3.17", path = "../lib/" } | ||
log = "^0.3" | ||
|
||
# UUID dependencies. | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rocket" | ||
version = "0.3.16" | ||
version = "0.3.17" | ||
authors = ["Sergio Benitez <[email protected]>"] | ||
description = """ | ||
Web framework for nightly with a focus on ease-of-use, expressibility, and speed. | ||
|
@@ -39,7 +39,7 @@ isatty = "0.1" | |
|
||
[dev-dependencies] | ||
lazy_static = "0.2" | ||
rocket_codegen = { version = "0.3.16", path = "../codegen" } | ||
rocket_codegen = { version = "0.3.17", path = "../codegen" } | ||
|
||
[build-dependencies] | ||
yansi = "0.4" | ||
|
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 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 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 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 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 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 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 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 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 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 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