File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ version: 2.1
2
2
jobs :
3
3
build :
4
4
docker :
5
- - image : circleci/rust:1.44 -stretch
5
+ - image : circleci/rust:1.51 -stretch
6
6
steps :
7
7
- checkout
8
8
- run : cargo build
9
9
- run : cargo test
10
10
11
11
deploy :
12
12
docker :
13
- - image : circleci/rust:1.44 -stretch
13
+ - image : circleci/rust:1.51 -stretch
14
14
steps :
15
15
- checkout
16
16
- run :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ bb8 = "0.4.0"
13
13
bb8-postgres = " 0.4.0"
14
14
tokio-postgres = " 0.5.1"
15
15
postgres = " 0.17.3"
16
- tide = " 0.11 .0"
16
+ tide = " 0.16 .0"
17
17
mockall = " 0.7.1"
18
18
19
19
[[example ]]
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ impl sai::ComponentLifecycle for TideServer {
30
30
self . stop_command_sender = Some ( sender) ;
31
31
self . stop_ack_receiver = Some ( ack_receiver) ;
32
32
33
+ #[ derive( Clone ) ]
33
34
struct State {
34
35
foo_controller : Injected < FooController >
35
36
} ;
You can’t perform that action at this time.
0 commit comments