neetly / figma-agent-linux

Figma Agent for Linux (a.k.a. Font Helper)
MIT License
157 stars 9 forks source link

Build faling. #187

Open AaronHessler opened 2 weeks ago

AaronHessler commented 2 weeks ago

There is a small error related to type annotations which prevents the package from being used/built.

(Tried compiling from source, as well as from nixpkgs)

AaronHessler commented 2 weeks ago

type annotations needed for Box<_> this is an inference error on crate time caused by an API change in Rust 1.80.0; update time to version >=0.3.35 by calling cargo update