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

first run 'cargo loco start' failed #85

Closed
greysoftcrazy opened this issue Dec 5, 2023 · 1 comment
Closed

first run 'cargo loco start' failed #85

greysoftcrazy opened this issue Dec 5, 2023 · 1 comment

Comments

@greysoftcrazy
Copy link

Description

/error[E0432]: unresolved import loco_rs::hash
--> src/models/users.rs:3:11
|
3 | auth, hash,
| ^^^^ no hash in the root
|
= help: consider importing one of these items instead:
std::hash
core::hash

and mode errors

To Reproduce

cargo loco start

@kaplanelad
Copy link
Contributor

kaplanelad commented Dec 5, 2023

Thanks @greysoftcrazy for the update.
The earlier released version encountered compatibility issues with the loco-rs crate. I've just published loco-rs version 0.1.4. Feel free to delete the cargo.lock file and run the process again; or run loco new for creating new template.
it should now fetch the 0.1.4 version, resolving the compatibility concerns.

Additionally, I've opened issue #86 to prevent such situations in the future.

Keeping this issue open in case there is still problem in your side

This was referenced Dec 5, 2023
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