Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

selectbox::SelectBox not found #6

Closed
golanor opened this issue Aug 9, 2022 · 1 comment
Closed

selectbox::SelectBox not found #6

golanor opened this issue Aug 9, 2022 · 1 comment

Comments

@golanor
Copy link

golanor commented Aug 9, 2022

Hi,

I'm trying to run the second example (the first one works), and I receive the following compilation error:

error[E0432]: unresolved import `promkit::selectbox`
 --> src/main.rs:6:55
  |
6 |     build::Builder, crossterm::style, Result, select, selectbox::SelectBox
  |                                                       ^^^^^^^^^ could not find `selectbox` in `promkit`

I'm working on version 0.1.1 on rust 1.62

@ynqa
Copy link
Owner

ynqa commented Aug 13, 2022

@golanor Aww, please use v0.1.2 which I just updated recently (sorry to add the breaking changes in the patch version).

@ynqa ynqa closed this as completed Aug 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants