-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update examples/rust-realworld-entrait to latest
- Loading branch information
1 parent
9858312
commit f686caf
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule rust-realworld-entrait
updated
15 files
+531 −406 | Cargo.lock | |
+8 −13 | realworld_app/Cargo.toml | |
+3 −2 | realworld_app/src/main.rs | |
+1 −1 | realworld_app/src/routes/user_routes.rs | |
+2 −2 | realworld_app/src/test_util.rs | |
+1 −2 | realworld_db/Cargo.toml | |
+18 −9 | realworld_db/src/article.rs | |
+7 −4 | realworld_db/src/comment.rs | |
+18 −9 | realworld_db/src/lib.rs | |
+15 −7 | realworld_db/src/user.rs | |
+9 −6 | realworld_domain/Cargo.toml | |
+1 −10 | realworld_domain/src/error.rs | |
+1 −1 | realworld_domain/src/timestamp.rs | |
+2 −2 | realworld_domain/src/user/auth.rs | |
+6 −4 | realworld_domain/src/user/mod.rs |