Skip to content

Commit

Permalink
Upgrade to glommio 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Sep 24, 2024
1 parent 302e795 commit bfacb20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ntex-glommio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ntex-glommio"
version = "0.5.1"
version = "0.5.2"
authors = ["ntex contributors <team@ntex.rs>"]
description = "glommio intergration for ntex framework"
keywords = ["network", "framework", "async", "futures"]
Expand All @@ -24,4 +24,4 @@ log = "0.4"
oneshot = { version = "0.1", default-features = false, features = ["async"] }

[target.'cfg(target_os = "linux")'.dependencies]
glommio = "0.8"
glommio = "0.9"
2 changes: 1 addition & 1 deletion ntex-net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ntex-util = "2"

ntex-tokio = { version = "0.5.2", optional = true }
ntex-compio = { version = "0.2.0", optional = true }
ntex-glommio = { version = "0.5.1", optional = true }
ntex-glommio = { version = "0.5.2", optional = true }
ntex-async-std = { version = "0.5.1", optional = true }

log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion ntex-rt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ tok-io = { version = "1", package = "tokio", default-features = false, features
], optional = true }

[target.'cfg(target_os = "linux")'.dependencies]
glomm-io = { version = "0.8", package = "glommio", optional = true }
glomm-io = { version = "0.9", package = "glommio", optional = true }
futures-channel = { version = "0.3", optional = true }

0 comments on commit bfacb20

Please sign in to comment.