File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,15 @@ features = [ "full" ]
2424all-features = false
2525
2626[features ]
27- default = [ " enabled" , " async_tools " , " async_try_from" ]
27+ default = [ " enabled" , " async_from " , " async_try_from" ]
2828full = [ " default" ]
2929enabled = []
30- async_tools = []
31- async_try_from = []
30+ async_from = [ " async_from/async_from " ]
31+ async_try_from = [ " async_from/async_try_from " ]
3232
3333[dependencies ]
3434async-trait = { workspace = true }
35+ async_from = { workspace = true }
3536
3637[dev-dependencies ]
3738# test_tools = { workspace = true }
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ use async_tools as the_module;
66// use test_tools::exposed::*;
77
88#[ cfg( feature = "enabled" ) ]
9- #[ path = "../../../../../ module/core/async_from/tests/inc/mod.rs" ]
9+ #[ path = "../../../../module/core/async_from/tests/inc/mod.rs" ]
1010mod inc;
You can’t perform that action at this time.
0 commit comments