zed-industries / create-gpui-app

CRA-style tool for creating new gpui apps
MIT License
130 stars 8 forks source link

called `Option::unwrap()` on a `None` value #25

Closed blacktop closed 3 weeks ago

blacktop commented 3 weeks ago
❯ cargo install create-gpui-app
    Updating crates.io index
     Ignored package `create-gpui-app v0.1.2` is already installed, use --force to override

Error:

❯ create-gpui-app --name my-app
thread 'main' panicked at /Users/blacktop/.cargo/registry/src/index.crates.io-6f17d22bba15001f/create-gpui-app-0.1.2/src/main.rs:65:60:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
swaptr commented 3 weeks ago

Hi there! We've just released a new version today. This update should address the issue you mentioned. Please give it a try and let us know if it resolves the problem for you. Thanks!

blacktop commented 3 weeks ago

works great now, thanks!