Skip to content

Commit

Permalink
prepare for publishing v0.3.1
Browse files Browse the repository at this point in the history
Prepare for publishing v0.3.1.

Signed-off-by: Liu Jiang <[email protected]>
  • Loading branch information
jiangliu committed Sep 12, 2022
1 parent fc8f190 commit 8dba995
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

# v0.3.0
- [#16](https://github.com/openanolis/dbs-uhttp/pull/16): fixes several mio related bugs

# v0.3.0
- [#14](https://github.com/openanolis/dbs-uhttp/pull/14): fix: hang on payload exceed 1k

Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dbs-uhttp"
version = "0.3.0"
version = "0.3.1"
license = "Apache-2.0"
authors = [
"Amazon Firecracker team <[email protected]>",
Expand All @@ -11,8 +11,8 @@ repository = "https://github.com/openanolis/dbs-uhttp"
edition = "2018"

[dependencies]
libc = ">=0.2.39"
mio = { version = "0.8.0", features = ["os-ext", "os-poll"]}
libc = "0.2.39"
mio = { version = "0.8", features = ["os-ext", "os-poll"]}

[dev-dependencies]
vmm-sys-util = ">=0.6.1"
vmm-sys-util = "0"

0 comments on commit 8dba995

Please sign in to comment.