File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
cloudevents-sdk-actix-web Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ jobs:
35
35
command : build
36
36
toolchain : stable
37
37
target : x86_64-unknown-linux-gnu
38
- args : --all
38
+ args : --workspace
39
39
- uses : actions-rs/cargo@v1
40
40
with :
41
41
command : test
42
42
toolchain : stable
43
43
target : x86_64-unknown-linux-gnu
44
- args : --all
44
+ args : --workspace
45
45
46
46
fmt :
47
47
name : Format check
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ readme = "README.md"
13
13
14
14
[dependencies ]
15
15
cloudevents-sdk = { version = " 0.2.0" , path = " .." }
16
- actix-web = " 2 "
17
- actix-rt = " 1"
16
+ actix-web = { version = " ^3 " , default-features = false }
17
+ actix-rt = " ^ 1"
18
18
async-trait = " ^0.1.33"
19
19
lazy_static = " 1.4.0"
20
20
bytes = " ^0.5"
You can’t perform that action at this time.
0 commit comments