Skip to content

Commit

Permalink
RoyalGuard: Update dependencies
Browse files Browse the repository at this point in the history
Update:
- Serenity -> 0.10 current
- Tokio -> 1.0

Also use clippy and prettier to lint/format the code so it's faster
and safer.

Signed-off-by: kingbri <bdashore3@gmail.com>
  • Loading branch information
bdashore3 committed Jan 9, 2021
1 parent 63ea015 commit 5039c12
Show file tree
Hide file tree
Showing 24 changed files with 1,141 additions and 888 deletions.
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Cargo.lock
Cargo.toml
target/
migrations/
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"semi": false,
"tabWidth": 4,
"printWidth": 100,
"trailingComma": "none"
}
Loading

0 comments on commit 5039c12

Please sign in to comment.