Skip to content

Commit

Permalink
fix_example: fixes example actix_web
Browse files Browse the repository at this point in the history
  • Loading branch information
lowitea committed Sep 13, 2021
1 parent b8ef10e commit 5e99f16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ Cargo.lock
tarpaulin-report.html
.idea
.DS_Store
.vscode

2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ thiserror = "1"
prometheus = { version = "0.12" }
env_logger = "0.9"
actix_derive = "0.6"
actix-web = "3"
actix-web = "4.0.0-beta"
tracing = "0.1"
tracing-subscriber = "0.2"

0 comments on commit 5e99f16

Please sign in to comment.