Skip to content

Commit 00e245f

Browse files
authored
Merge pull request #42 from betagouv/bump
Update to actix-web 3.0.0 beta 3
2 parents 4dcd7c2 + 2115092 commit 00e245f

File tree

5 files changed

+1020
-485
lines changed

5 files changed

+1020
-485
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
lint:
44
docker:
5-
- image: circleci/rust:1.40.0
5+
- image: circleci/rust:1.46.0
66
steps:
77
- checkout
88
- run: rustup component add rustfmt
@@ -12,7 +12,7 @@ jobs:
1212
cargo fmt -- --check
1313
test:
1414
docker:
15-
- image: circleci/rust:1.40.0
15+
- image: circleci/rust:1.46.0
1616
steps:
1717
- checkout
1818
- run:

0 commit comments

Comments
 (0)