chores: replace default_features with default-features
Summary
- chores: replace default_features with default-features
This fixes the following warning:
warning: picodata/tarantool/tarantool/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
(in the `async-std` dependency)
Ensure that
-
New code is covered by tests -
API is documented -
Changelog is up to date -
Version is bumped in the appropriateCargo.toml
files