Skip to content

Commit 0944df3

Browse files
committed
release v0.5.1
1 parent a4b1801 commit 0944df3

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
[![GitHub Release](https://img.shields.io/github/release-pre/rsocket/rsocket-rust.svg)](https://github.com/rsocket/rsocket-rust/releases)
77

88
> rsocket-rust is an implementation of the RSocket protocol in Rust(1.39+).
9-
It's an **alpha** version and still under active development.
10-
**Do not use it in a production environment!**
9+
It's an **alpha** version and still under active development.
10+
**Do not use it in a production environment!**
1111

1212
## Example
1313

@@ -96,8 +96,9 @@ async fn test() {
9696
- More Operations
9797
- [x] Error
9898
- [ ] Cancel
99-
- [ ] Fragmentation
99+
- [x] Fragmentation
100100
- [ ] Resume
101+
- [ ] Keepalive
101102
- QoS
102103
- [ ] RequestN
103104
- [ ] Lease

rsocket-transport-tcp/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ bytes = "0.5.4"
1616

1717
[dependencies.rsocket_rust]
1818
version = "0.5.1"
19-
path = "../rsocket"
2019
features = ["frame"]
2120

2221
[dependencies.tokio]

rsocket-transport-wasm/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ serde_derive = "1.0.104"
2121
[dependencies.rsocket_rust]
2222
version = "0.5.1"
2323
features = ["frame"]
24-
path = "../rsocket"
2524

2625
[dependencies.wasm-bindgen]
2726
version = "0.2.59"
@@ -37,4 +36,4 @@ features = [
3736
"MessageEvent",
3837
"WebSocket",
3938
"Event",
40-
]
39+
]

rsocket-transport-websocket/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ tokio-tungstenite = "0.10.1"
1818

1919
[dependencies.rsocket_rust]
2020
version = "0.5.1"
21-
path = "../rsocket"
2221
features = ["frame"]
2322

2423
[dependencies.tokio]

0 commit comments

Comments
 (0)