-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
31 changed files
with
110 additions
and
70 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_db_pools_codegen" | ||
version = "0.1.0-rc" | ||
version = "0.1.0-rc.2" | ||
authors = ["Sergio Benitez <[email protected]>", "Jeb Rosen <[email protected]>"] | ||
description = "Procedural macros for rocket_db_pools." | ||
repository = "https://github.com/SergioBenitez/Rocket/contrib/db_pools" | ||
|
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_db_pools" | ||
version = "0.1.0-rc" | ||
version = "0.1.0-rc.2" | ||
authors = ["Sergio Benitez <[email protected]>", "Jeb Rosen <[email protected]>"] | ||
description = "Rocket async database pooling support" | ||
repository = "https://github.com/SergioBenitez/Rocket/contrib/db_pools" | ||
|
@@ -27,12 +27,12 @@ sqlx_macros = ["sqlx/macros"] | |
|
||
[dependencies.rocket] | ||
path = "../../../core/lib" | ||
version = "0.5.0-rc.1" | ||
version = "0.5.0-rc.2" | ||
default-features = false | ||
|
||
[dependencies.rocket_db_pools_codegen] | ||
path = "../codegen" | ||
version = "0.1.0-rc" | ||
version = "0.1.0-rc.2" | ||
|
||
[dependencies.deadpool] | ||
version = "0.9" | ||
|
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_dyn_templates" | ||
version = "0.1.0-rc.1" | ||
version = "0.1.0-rc.2" | ||
authors = ["Sergio Benitez <[email protected]>"] | ||
description = "Dynamic templating engine integration for Rocket." | ||
documentation = "https://api.rocket.rs/v0.5-rc/rocket_dyn_templates/" | ||
|
@@ -22,7 +22,7 @@ notify = "4.0.6" | |
normpath = "0.3" | ||
|
||
[dependencies.rocket] | ||
version = "0.5.0-rc.1" | ||
version = "0.5.0-rc.2" | ||
path = "../../core/lib" | ||
default-features = false | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rocket_sync_db_pools_codegen" | ||
version = "0.1.0-rc.1" | ||
version = "0.1.0-rc.2" | ||
authors = ["Sergio Benitez <[email protected]>"] | ||
description = "Procedural macros for rocket_sync_db_pools." | ||
repository = "https://github.com/SergioBenitez/Rocket/contrib/sync_db_pools" | ||
|
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_sync_db_pools" | ||
version = "0.1.0-rc.1" | ||
version = "0.1.0-rc.2" | ||
authors = ["Sergio Benitez <[email protected]>"] | ||
description = "Rocket async database pooling support for sync database drivers." | ||
repository = "https://github.com/SergioBenitez/Rocket/tree/v0.5-rc/contrib/sync_db_pools" | ||
|
@@ -35,11 +35,11 @@ memcache = { version = "0.15", optional = true } | |
r2d2-memcache = { version = "0.6", optional = true } | ||
|
||
[dependencies.rocket_sync_db_pools_codegen] | ||
version = "0.1.0-rc.1" | ||
version = "0.1.0-rc.2" | ||
path = "../codegen" | ||
|
||
[dependencies.rocket] | ||
version = "0.5.0-rc.1" | ||
version = "0.5.0-rc.2" | ||
path = "../../../core/lib" | ||
default-features = false | ||
|
||
|
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.5.0-rc.1" | ||
version = "0.5.0-rc.2" | ||
authors = ["Sergio Benitez <[email protected]>"] | ||
description = "Procedural macros for the Rocket web framework." | ||
documentation = "https://api.rocket.rs/v0.5-rc/rocket_codegen/" | ||
|
@@ -21,12 +21,12 @@ quote = "1.0" | |
syn = { version = "1.0.72", features = ["full", "visit", "visit-mut", "extra-traits"] } | ||
proc-macro2 = "1.0.27" | ||
devise = "0.3.1" | ||
rocket_http = { version = "0.5.0-rc.1", path = "../http/" } | ||
rocket_http = { version = "0.5.0-rc.2", path = "../http/" } | ||
unicode-xid = "0.2" | ||
glob = "0.3" | ||
|
||
[dev-dependencies] | ||
rocket = { version = "0.5.0-rc.1", path = "../lib", features = ["json", "msgpack"] } | ||
rocket = { path = "../lib", features = ["json", "msgpack"] } | ||
time = { version = "0.3", features = ["macros"] } | ||
pretty_assertions = "1" | ||
version_check = "0.9" | ||
|
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_http" | ||
version = "0.5.0-rc.1" | ||
version = "0.5.0-rc.2" | ||
authors = ["Sergio Benitez <[email protected]>"] | ||
description = """ | ||
Types, traits, and parsers for HTTP requests, responses, and headers. | ||
|
@@ -69,4 +69,4 @@ optional = true | |
default-features = false | ||
|
||
[dev-dependencies] | ||
rocket = { version = "0.5.0-rc.1", path = "../lib", features = ["mtls"] } | ||
rocket = { path = "../lib", features = ["mtls"] } |
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.5.0-rc.1" | ||
version = "0.5.0-rc.2" | ||
authors = ["Sergio Benitez <[email protected]>"] | ||
description = """ | ||
Web framework with a focus on usability, security, extensibility, and speed. | ||
|
@@ -62,11 +62,11 @@ tokio-stream = { version = "0.1.6", features = ["signal", "time"] } | |
state = "0.5.1" | ||
|
||
[dependencies.rocket_codegen] | ||
version = "0.5.0-rc.1" | ||
version = "0.5.0-rc.2" | ||
path = "../codegen" | ||
|
||
[dependencies.rocket_http] | ||
version = "0.5.0-rc.1" | ||
version = "0.5.0-rc.2" | ||
path = "../http" | ||
features = ["serde"] | ||
|
||
|
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
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
Oops, something went wrong.