Skip to content

Commit fbadb33

Browse files
Actix 3 dump (#85)
* Actix 3 dump Signed-off-by: Francesco Guardiani <[email protected]> * fmt check Signed-off-by: Francesco Guardiani <[email protected]>
1 parent 500f8e7 commit fbadb33

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

cloudevents-sdk-actix-web/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ readme = "README.md"
1313

1414
[dependencies]
1515
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"
1818
async-trait = "^0.1.33"
1919
lazy_static = "1.4.0"
2020
bytes = "^0.5"

0 commit comments

Comments
 (0)