We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4196210 commit 9069781Copy full SHA for 9069781
websocket/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "websocket-std"
3
-version = "0.0.4"
+version = "0.0.5"
4
edition = "2021"
5
authors = ["Alejandro Palomino <alejandropalomino22@gmail.com>"]
6
rust-version = "1.65.0"
@@ -14,8 +14,8 @@ include = [
14
15
license = "MIT"
16
readme = "README.md"
17
-homepage = "https://github.com/alekay2200/websocket-std"
18
-repository = "https://github.com/alekay2200/websocket-std"
+homepage = "https://github.com/alekay-software/websocket-std"
+repository = "https://github.com/alekay-software/websocket-std"
19
description = """
20
Websocket implementation using std support, focus on microcontrollers and interoperability with other languages like C through the ffi.
21
"""
0 commit comments