Update icondata requirement from 0.4 to 0.5
Updates the requirements on icondata to permit the latest version.
Release notes
Sourced from icondata's releases.
v0.4.0
Added
Feature flags are back! They now control the inclusion of icon libraries at the library-level. By default all libraries are included, but one may set
default-features = false
and e.g.,features = ["ant-design-icons", "box-icons", "github-octicons"]
. Using this granularity should alleviate the workload forrust-analyzer
. This is not a breaking change, since all libraries are included by default!What's Changed
- Add feature flags for icon packs by
@martijnarts
in carloskiki/icondata#39New Contributors
@martijnarts
made their first contribution in carloskiki/icondata#39Full Changelog: https://github.com/carloskiki/icondata/compare/v0.3.1...v0.4.0
Commits
- See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts