Skip to content

Commit

Permalink
chore: change package description
Browse files Browse the repository at this point in the history
  • Loading branch information
oyyd committed Jan 13, 2024
1 parent 5a12484 commit 31ae802
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# CHANGELOG

## 0.1.1

chore: change package description

## 0.1.0
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "tokio_smux"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Yadong Ouyang <[email protected]>"]
description = "Smux protocol implementation in Rust, whichi provides stream multiplexing for reliable streams."
description = "Smux protocol in Rust. Provide multiplexing for reliable streams."
license = "MIT"
readme = "README.md"
keywords = ["smux", "tokio", "multiplexing", "muxing"]
Expand Down

0 comments on commit 31ae802

Please sign in to comment.