What's Changed
- fix(api): fetching crate with incorrect crate name case (33fc70d)
- fix: don't refetch crate with incorrect crate name case (6aee4a2)
- feat(diagnostic): only highlight crate package on incorrect case (b88e793)
- feat(diagnostic): better error message for incorrect case name (5ccb862)
- fix(toml): parsing section with trailing whitespace by @saecki in #143
- fix(config): update emmylua_annotation of lsp.on_attach (d1be10c)
- fix: don't suggest use_git_source action when git key is present (c3f4f70)
- test: use unformated json test file from crates.io api (70e657b)
- feat(actions): only show update/upgrade all crates when available (82c7a93)
- fix: Make command execution on windows work for non-exe open methods by @ibotha in #141
New Contributors
Full Changelog: v0.5.1...v0.5.2