v2.7.1
What's Changed
Language Server Updates
- Removed db panics - a lot less LS crashes.
- Prevented diagnostics updates from happening in the same time - causing a smoother LS run.
- Not adding
use
statements for items already in prelude.
New Features
- Circuit's
u96
now hasSerde
andTryInto
. WideMul::wide_mul
can now be used as a method.
Full Changelog: v2.7.0...v2.7.1