Skip to content

Commit f70114a

Browse files
committed
Update contrib crate versions to prepare for new releases
1 parent f001335 commit f70114a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

contrib/db_pools/codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rocket_db_pools_codegen"
3-
version = "0.1.0"
3+
version = "0.3.0-dev"
44
authors = ["Sergio Benitez <[email protected]>", "Jeb Rosen <[email protected]>"]
55
description = "Procedural macros for rocket_db_pools."
66
repository = "https://github.com/rwf2/Rocket/tree/master/contrib/db_pools"

contrib/db_pools/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rocket_db_pools"
3-
version = "0.1.0"
3+
version = "0.3.0-dev"
44
authors = ["Sergio Benitez <[email protected]>", "Jeb Rosen <[email protected]>"]
55
description = "Rocket async database pooling support"
66
repository = "https://github.com/rwf2/Rocket/tree/master/contrib/db_pools"

contrib/dyn_templates/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rocket_dyn_templates"
3-
version = "0.1.0"
3+
version = "0.2.0-dev"
44
authors = ["Sergio Benitez <[email protected]>"]
55
description = "Dynamic templating engine integration for Rocket."
66
documentation = "https://api.rocket.rs/master/rocket_dyn_templates/"

contrib/sync_db_pools/codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rocket_sync_db_pools_codegen"
3-
version = "0.1.0"
3+
version = "0.2.0-dev"
44
authors = ["Sergio Benitez <[email protected]>"]
55
description = "Procedural macros for rocket_sync_db_pools."
66
repository = "https://github.com/rwf2/Rocket/tree/master/contrib/sync_db_pools"

contrib/sync_db_pools/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rocket_sync_db_pools"
3-
version = "0.1.0"
3+
version = "0.2.0-dev"
44
authors = ["Sergio Benitez <[email protected]>"]
55
description = "Rocket async database pooling support for sync database drivers."
66
repository = "https://github.com/rwf2/Rocket/tree/master/contrib/sync_db_pools"

contrib/ws/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rocket_ws"
3-
version = "0.1.0"
3+
version = "0.2.0-dev"
44
authors = ["Sergio Benitez <[email protected]>"]
55
description = "WebSocket support for Rocket."
66
documentation = "https://api.rocket.rs/master/rocket_ws/"

0 commit comments

Comments
 (0)