Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Jan 24, 2023
1 parent c9d8fee commit 4b53d6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## [0.10.0-beta.4] - 2023-01-23
## [0.10.0] - 2023-01-24

* Change ConnectAck session_expiry_interval_secs type to Option<u32>

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 = "ntex-mqtt"
version = "0.10.0-beta.3"
version = "0.10.0"
authors = ["ntex contributors <[email protected]>"]
description = "Client and Server framework for MQTT v5 and v3.1.1 protocols"
documentation = "https://docs.rs/ntex-mqtt"
Expand All @@ -12,7 +12,7 @@ exclude = [".gitignore", ".travis.yml", ".cargo/config"]
edition = "2018"

[dependencies]
ntex = "0.6.0"
ntex = "0.6.1"
bitflags = "1.3"
log = "0.4"
pin-project-lite = "0.2"
Expand All @@ -22,11 +22,11 @@ thiserror = "1.0"

[dev-dependencies]
env_logger = "0.10"
ntex-tls = "0.2.0"
ntex-tls = "0.2.1"
rustls = "0.20"
rustls-pemfile = "1.0"
openssl = "0.10"
ntex = { version = "0.6.0", features = ["tokio", "rustls", "openssl"] }
ntex = { version = "0.6.1", features = ["tokio", "rustls", "openssl"] }
test-case = "2"

[profile.dev]
Expand Down

0 comments on commit 4b53d6f

Please sign in to comment.