-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
no serve
in the root
#98
Comments
if let Err(err) = Server::bind(&addr).serve(ServiceMaker::from(app)).await {
println!("{err}");
} I also found this works, is it equal to the implementation above? |
No,
|
The I checked it. The git switch 0.4.x
cd examples
cargo run --bin todos -- --nocapture BTW, it also works fine in |
Maybe you need to add those, add an alias. viz/examples/routing/todos/src/main.rs Lines 17 to 18 in 3d1e46d
|
yes, it only works with the main branch. |
@fundon How can I use 0.5.x in my project now without cloning the entire project? I can't wait for the release of .5.x. |
See specifying-dependencies-from-git-repositories
or
|
0.5.0 is released. |
The hello-word above won't run. error[E0432]: unresolved import
viz::serve
The text was updated successfully, but these errors were encountered: