Actix 3 dump (#85)
* Actix 3 dump Signed-off-by: Francesco Guardiani <francescoguard@gmail.com> * fmt check Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
This commit is contained in:
parent
500f8e76e6
commit
fbadb3300a
|
|
@ -35,13 +35,13 @@ jobs:
|
|||
command: build
|
||||
toolchain: stable
|
||||
target: x86_64-unknown-linux-gnu
|
||||
args: --all
|
||||
args: --workspace
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
toolchain: stable
|
||||
target: x86_64-unknown-linux-gnu
|
||||
args: --all
|
||||
args: --workspace
|
||||
|
||||
fmt:
|
||||
name: Format check
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@ readme = "README.md"
|
|||
|
||||
[dependencies]
|
||||
cloudevents-sdk = { version = "0.2.0", path = ".." }
|
||||
actix-web = "2"
|
||||
actix-rt = "1"
|
||||
actix-web = { version = "^3", default-features = false }
|
||||
actix-rt = "^1"
|
||||
async-trait = "^0.1.33"
|
||||
lazy_static = "1.4.0"
|
||||
bytes = "^0.5"
|
||||
|
|
|
|||
Loading…
Reference in New Issue