Skip to content

Commit

Permalink
fix: async-trait disabled by default
Browse files Browse the repository at this point in the history
provides better docs and it should be rare to need Box<dyn Controller>
anyway, also Sync + Send is explicitly added so should be fine
  • Loading branch information
alemidev committed Sep 5, 2024
1 parent 4fa8548 commit e946ee1
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 @@ -62,7 +62,7 @@ napi-build = { version = "2", optional = true }
pyo3-build-config = { version = "0.19", optional = true }

[features]
default = ["async-trait"]
default = []
# ffi
rust = [] # used for ci matrix
lua = ["mlua", "tracing-subscriber", "lazy_static"]
Expand Down

0 comments on commit e946ee1

Please sign in to comment.