Skip to content

Commit 9069781

Browse files
committed
update repository to point to my organization
1 parent 4196210 commit 9069781

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

websocket/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "websocket-std"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
edition = "2021"
55
authors = ["Alejandro Palomino <alejandropalomino22@gmail.com>"]
66
rust-version = "1.65.0"
@@ -14,8 +14,8 @@ include = [
1414

1515
license = "MIT"
1616
readme = "README.md"
17-
homepage = "https://github.com/alekay2200/websocket-std"
18-
repository = "https://github.com/alekay2200/websocket-std"
17+
homepage = "https://github.com/alekay-software/websocket-std"
18+
repository = "https://github.com/alekay-software/websocket-std"
1919
description = """
2020
Websocket implementation using std support, focus on microcontrollers and interoperability with other languages like C through the ffi.
2121
"""

0 commit comments

Comments
 (0)