Skip to content

Add minimum rustc version and change default_features to default-features

Oscar Gustafsson requested to merge oscargus/surfer:rustv into main

Closes #227 (closed)

Also fixes the following from the nightly test:

warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
(in the `config` dependency)

Merge request reports