Skip to content

Commit

Permalink
bump ver 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kolapapa2024 committed Dec 10, 2021
1 parent 9033aac commit 29d604d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mini-telnet"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
license = "MIT"
repository = "https://github.com/kolapapa/mini-telnet"
Expand All @@ -20,7 +20,7 @@ tokio-util = { version = "0.6.9", features = ["codec"] }
encoding = "0.2.33"

[dev-dependencies]
tokio = { version = "1", features = ["full"]}
tokio = { version = "1", features = ["full"] }

[[example]]
name = "simple"
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A mini async telnet client.
Add to Cargo.toml:

```toml
mini-telnet = "0.1.3"
mini-telnet = "0.1.4"
```

## Example
Expand Down Expand Up @@ -42,8 +42,4 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
}
```

```sh

```

Part of the logic referenced from: [telnet-chat](https://github.com/Darksonn/telnet-chat)

0 comments on commit 29d604d

Please sign in to comment.