File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : rust
2
- rust : nightly-2019-07-08
2
+ rust : nightly-2019-07-31
3
3
4
4
before_script :
5
5
- >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ http-service = "0.3.0"
31
31
http-service-hyper = { version = " 0.4.0" , optional = true }
32
32
# Routing
33
33
fnv = " 1.0.6"
34
- route-recognizer = " 0.1.12 "
34
+ route-recognizer = " 0.1.13 "
35
35
# Tide components
36
36
tide-cookies = { path = " ./tide-cookies" , optional = true , default-features = false }
37
37
tide-cors = { path = " ./tide-cors" , optional = true , default-features = false }
@@ -73,3 +73,7 @@ members = [
73
73
" tide-querystring" ,
74
74
" tide-slog" ,
75
75
]
76
+
77
+ [patch .crates-io .runtime ]
78
+ git = " https://github.com/rustasync/runtime"
79
+ rev = " f5ac4fb"
Original file line number Diff line number Diff line change 4
4
5
5
#![ cfg_attr( any( feature = "nightly" , test) , feature( external_doc) ) ]
6
6
#![ cfg_attr( feature = "nightly" , doc( include = "../README.md" ) ) ]
7
- #![ feature( async_await, existential_type ) ]
7
+ #![ feature( async_await) ]
8
8
#![ warn(
9
9
nonstandard_style,
10
10
rust_2018_idioms,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ http = "0.1"
16
16
http-service = " 0.3.0"
17
17
serde = " 1.0.91"
18
18
serde_json = " 1.0.39"
19
- route-recognizer = " 0.1.12 "
19
+ route-recognizer = " 0.1.13 "
20
20
21
21
[dev-dependencies ]
22
22
tide = { path = " ../" , default-features = false }
Original file line number Diff line number Diff line change 1
1
//! Core types and traits from Tide
2
2
3
- #![ feature( async_await, existential_type ) ]
3
+ #![ feature( async_await) ]
4
4
#![ warn(
5
5
nonstandard_style,
6
6
rust_2018_idioms,
You can’t perform that action at this time.
0 commit comments