Skip to content

Commit

Permalink
chore: update socketioxide dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Erb3 committed Apr 16, 2024
1 parent f1eb5d8 commit 406082f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
13 changes: 7 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
socketioxide = {version = "0.10.1", features = ["extensions", "state"]}
socketioxide = {version = "0.12.0", features = ["extensions", "state"]}
tokio = {version = "1.35.1", features = ["full"]}
tower-http = {version = "0.5.1", features=["cors", "fs"]}
axum = "0.7.4"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ services:
## Configuration
The server uses the following environmental variables, and it also parses the .env file if present:
- `SVEIO_PORT`: The port to serve on. Defaults to `8085`.

There is an example env file, see [`.env.example`](https://github.com/Erb3/sveio/blob/main/.env.example)
Expand Down

0 comments on commit 406082f

Please sign in to comment.