Skip to content

Commit

Permalink
Release 0.5.0 - Add connect Options
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Apr 2, 2024
1 parent da4d5bf commit 8dbce61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.72.0
toolchain: 1.73.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.72.0
toolchain: 1.73.0
target: wasm32-unknown-unknown
override: true

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

- uses: EmbarkStudios/cargo-deny-action@v1
with:
rust-version: "1.72.0"
rust-version: "1.73.0"
log-level: error
2 changes: 1 addition & 1 deletion ewebsock/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ version = "0.5.0"
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
description = "WebSocket client that works natively and on the web (WASM)"
edition = "2021"
rust-version = "1.72"
rust-version = "1.73"
license = "MIT OR Apache-2.0"
readme = "../README.md"
homepage = "https://github.com/rerun-io/ewebsock"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Expand Up @@ -5,6 +5,6 @@
# to the user in the error, instead of "error: invalid channel name '[toolchain]'".

[toolchain]
channel = "1.72.0"
channel = "1.73.0"
components = [ "rustfmt", "clippy" ]
targets = [ "wasm32-unknown-unknown" ]

0 comments on commit 8dbce61

Please sign in to comment.