Skip to content

Commit

Permalink
Add support for tungstenite 0.21, update MSRV to 1.72 (#28)
Browse files Browse the repository at this point in the history
* Add support for tungstenite 0.21

* Update ahash

* Update MSRV to 1.72 to support ahash

* Update to egui/eframe 0.26.2

* cargo update

* Silence new clippy warning
  • Loading branch information
emilk authored Feb 15, 2024
1 parent dfbbb0d commit 01e5ca7
Show file tree
Hide file tree
Showing 9 changed files with 1,465 additions and 697 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.65.0
toolchain: 1.72.0
override: true
components: rustfmt, clippy

Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.65.0
toolchain: 1.72.0
target: wasm32-unknown-unknown
override: true

Expand All @@ -109,5 +109,5 @@ jobs:

- uses: EmbarkStudios/cargo-deny-action@v1
with:
rust-version: "1.65.0"
rust-version: "1.72.0"
log-level: error
Loading

0 comments on commit 01e5ca7

Please sign in to comment.