Skip to content

Commit

Permalink
Remove actix-web-lab non explicit feature (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlebran committed Feb 29, 2024
2 parents 4898e37 + 8a2e67a commit 74c8a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ actix-web-lab = { version = "0.20", optional = true }
serde_qs = { version = "0.12", optional = true }

[features]
lab_query = ["actix-web-lab"]
lab_query = ["dep:actix-web-lab"]
serde_qs = ["dep:serde_qs"]

[dev-dependencies]
Expand Down

0 comments on commit 74c8a4a

Please sign in to comment.