Skip to content

Commit

Permalink
fix: removed bad default feature from actix integration
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed Jul 4, 2022
1 parent 6b538d3 commit 4612e01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/perseus-actix-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ futures = "0.3"
sycamore = { version = "=0.8.0-beta.7", features = ["ssr"] }

[features]
default = [ "dflt-server" ]
# Enables the default server configuration, which provides a convenience function if you're not adding any extra routes
dflt-server = [ "perseus/builder" ]

0 comments on commit 4612e01

Please sign in to comment.