Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
luyi committed Jan 18, 2024
1 parent 989b6b6 commit ef49aa8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# 1.1.3
### Features
* update async-lock to 3.3

# 1.1.2
### Features
* use mutex Because RwLock doesn't mean much
Expand Down
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kcpserver"
version = "1.1.2"
version = "1.1.3"
authors = ["luyi <[email protected]>"]
edition = "2021"
license = "MIT/Apache-2.0"
Expand All @@ -12,14 +12,13 @@ description = "fast kcp server frame."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tokio = { version = "1.0", features = ["full"] }
tokio = { version = "1", features = ["full"] }
udp_server = "1"
bytes = "1"
thiserror = "1"
log = "0.4"
async-trait = "0.1.40"
aqueue = "1"
async-lock = "2.6"
async-lock = "3.3"
data-rw = "1.6"
chrono="0.4"
atomic-waker = "1"
Expand Down

0 comments on commit ef49aa8

Please sign in to comment.