@@ -19,12 +19,25 @@ resolver = "2"
1919
2020[workspace .dependencies ]
2121log = " 0.4"
22- rocket = { version = " =0.5.1" , default-features = false , features = [" json" ] }
23- rocket_ws = " 0.1.1"
24- rocket_http = " =0.5.1"
25- rocket_dyn_templates = " =0.2.0"
26- rocket_db_pools = " =0.2.0"
27- rocket_sync_db_pools = " =0.1.0"
22+ # Use the development Rocket from the rwf2 fork branch `master` for the workspace
23+ rocket = { git = " https://github.com/rwf2/Rocket.git" , branch = " master" , default-features = false , features = [
24+ " json" ,
25+ " http2" ,
26+ " http3-preview" ,
27+ ] }
28+ rocket_ws = { git = " https://github.com/rwf2/Rocket.git" , branch = " master" }
29+ rocket_http = { git = " https://github.com/rwf2/Rocket.git" , branch = " master" }
30+ rocket_dyn_templates = { git = " https://github.com/rwf2/Rocket.git" , branch = " master" }
31+ rocket_db_pools = { git = " https://github.com/rwf2/Rocket.git" , branch = " master" }
32+ rocket_sync_db_pools = { git = " https://github.com/rwf2/Rocket.git" , branch = " master" }
2833schemars = " 1.1.0"
2934serde = " 1.0"
3035serde_json = " 1.0"
36+
37+ [patch .crates-io ]
38+ rocket = { git = " https://github.com/rwf2/Rocket.git" , branch = " master" }
39+ rocket_http = { git = " https://github.com/rwf2/Rocket.git" , branch = " master" }
40+ rocket_ws = { git = " https://github.com/rwf2/Rocket.git" , branch = " master" }
41+ rocket_dyn_templates = { git = " https://github.com/rwf2/Rocket.git" , branch = " master" }
42+ rocket_db_pools = { git = " https://github.com/rwf2/Rocket.git" , branch = " master" }
43+ rocket_sync_db_pools = { git = " https://github.com/rwf2/Rocket.git" , branch = " master" }
0 commit comments