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:
3535 command : build
3636 toolchain : stable
3737 target : x86_64-unknown-linux-gnu
38- args : --all
38+ args : --workspace
3939 - uses : actions-rs/cargo@v1
4040 with :
4141 command : test
4242 toolchain : stable
4343 target : x86_64-unknown-linux-gnu
44- args : --all
44+ args : --workspace
4545
4646 fmt :
4747 name : Format check
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ readme = "README.md"
1313
1414[dependencies ]
1515cloudevents-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"
1818async-trait = " ^0.1.33"
1919lazy_static = " 1.4.0"
2020bytes = " ^0.5"
You can’t perform that action at this time.
0 commit comments