Skip to content

Commit 9ef3197

Browse files
committed
pull latest kcp features, upgrade to edition 2021
1 parent 923aaaf commit 9ef3197

File tree

3 files changed

+178
-119
lines changed

3 files changed

+178
-119
lines changed

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
[package]
22
name = "kcp"
3-
version = "0.4.16"
3+
version = "0.5.0"
44
authors = ["Matrix <[email protected]>", "Y. T. Chung <[email protected]>"]
55
description = "Reliable-UDP Library for Rust"
66
license = "MIT"
77
readme = "README.md"
88
keywords = ["kcp", "udp", "reliable", "net"]
99
documentation = "https://docs.rs/kcp"
1010
repository = "https://github.com/Matrix-Zhang/kcp"
11+
edition = "2021"
12+
13+
[features]
14+
fastack-conserve = []
1115

1216
[dependencies]
1317
bytes = "1.0"

0 commit comments

Comments
 (0)