-
Notifications
You must be signed in to change notification settings - Fork 63
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
Not all traits implemented #375
Comments
Getting this too |
me either |
modify [dependencies.diesel]
default-features = false
features = ["postgres", "r2d2", "chrono"]
version = "=2.1" |
continue modify Cargo.toml, lock version of "dsync" to "0.0.16", then "cargo fullstack" is OK now. |
Now runtime panik: Starting frontend server @ http://localhost:21012/ Need more config file? |
I am also facing the issue. I also tried with dsync = "0.0.16" but did not work. .cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_logger-0.3.0/src/lib.rs:80:1 |
Seems to be an issue with https://github.com/shssoichiro/diesel-logger, I'll see if I can dig into this a bit more |
How can i resolve this error when boostrapping create-rust-app?
The text was updated successfully, but these errors were encountered: