Skip to content

Commit

Permalink
Remove decommissioned APIs (#43)
Browse files Browse the repository at this point in the history
* Update crates

* Remove voice and lobby APIs

* Remove mention of removed APIs

* Symlink README.md

* Remove release script

* Remove temp stuff
  • Loading branch information
Jake-Shadle authored Dec 17, 2024
1 parent 4538ffa commit 8621219
Show file tree
Hide file tree
Showing 29 changed files with 405 additions and 2,571 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ rustflags = [
"-Wclippy::match_wild_err_arm",
"-Wclippy::match_wildcard_for_single_variants",
"-Wclippy::mem_forget",
"-Wclippy::mismatched_target_os",
"-Wclippy::missing_enforced_import_renames",
"-Wclippy::mut_mut",
"-Wclippy::mutex_integer",
Expand Down Expand Up @@ -76,4 +75,5 @@ rustflags = [
"-Wnonstandard_style",
"-Wrust_2018_idioms",
# END - Embark standard lints v6 for Rust 1.55+
"-Dunexpected_cfgs",
]
2 changes: 1 addition & 1 deletion .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
- uses: EmbarkStudios/cargo-deny-action@v2

publish-check:
name: Publish Check
Expand Down
Loading

0 comments on commit 8621219

Please sign in to comment.