Skip to content

Commit

Permalink
Update nightly version to fix broken nightly detection (#2761)
Browse files Browse the repository at this point in the history
  • Loading branch information
GnomedDev committed Feb 9, 2024
1 parent fb106b5 commit b4b907a
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

env:
rust_min: 1.74.0
rust_nightly: nightly-2023-11-16
rust_nightly: nightly-2024-02-08

jobs:
test:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/e16_sqlite_database/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2018"
[dependencies]
serenity = { path = "../../", default-features = false, features = ["client", "gateway", "rustls_backend", "model"] }
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "sqlite", "offline"] }
sqlx = { version = "0.7", features = ["runtime-tokio-rustls", "sqlite"] }
65 changes: 0 additions & 65 deletions examples/e16_sqlite_database/sqlx-data.json

This file was deleted.

0 comments on commit b4b907a

Please sign in to comment.