Skip to content

Commit

Permalink
Update to latest serenity-next (#196)
Browse files Browse the repository at this point in the history
* Companion to serenity-rs/serenity#2523

* Update serenity to include serenity-rs/serenity#2523

* `cargo fmt`

* `cargo update`

Fixes `proc-macro2` compilation failure

* Fix failing tests

* Bump MSRV to 1.72.0

* Update and fix broken things

* Convert u64 to u16

---------

Co-authored-by: kangalioo <jannik.a.schaper@web.de>
  • Loading branch information
tazz4843 and kangalio committed Aug 30, 2023
1 parent 50ddbbb commit 4de6f52
Show file tree
Hide file tree
Showing 11 changed files with 385 additions and 393 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

include:
- name: MSRV
toolchain: 1.68.0
toolchain: 1.72.0
# don't do doctests because they rely on new features for brevity
command: cargo test --all-features --lib --tests

Expand Down
Loading

0 comments on commit 4de6f52

Please sign in to comment.