Skip to content

Commit

Permalink
Set env_logger to v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
myOmikron committed Apr 30, 2024
1 parent 6b5e992 commit 4d1fafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/server/actix_web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ actix-files = { version = "~0.6" }
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }

# Logging framework + facade
env_logger = { version = "~0.11" }
env_logger = { version = "~0.10" }
log = { version = "~0.4" }

# Webauthn framework
Expand Down

0 comments on commit 4d1fafd

Please sign in to comment.