Skip to content

chores: replace default_features with default-features

Dmitry Ivanov requested to merge funbringer/cargo-toml-lint into master

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 appropriate Cargo.toml files

Merge request reports