-
Notifications
You must be signed in to change notification settings - Fork 67
Not all traits implemented #375
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
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 |
Thanks to the merged commit above, edit: v0.4.0 released Cargo.toml[patch.crates-io]
diesel_logger = "0.4.0" Unfortunately there seems to be a separate issue with |
Since this error has been patched upstream we can upgrade diesel-logger to |
Thanks for sharing folks! Is this all we need? |
How can we solve this problem ? |
There were quite a few issues in the default template with the later releases of dsync. I started working on it in my fork elanora96/create-rust-app, but admittedly I ended up not using create-rust-app and abandoned it. Fair warning I was also less experienced with Rust last time I checked this out :p I can take another look at it if help is needed, though I cannot necessarily commit to any timeline |
How can i resolve this error when boostrapping create-rust-app?
The text was updated successfully, but these errors were encountered: