Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Jun 16, 2023
1 parent e0978bb commit 81ab34b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 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.8.0] - 2023-06-xx
## [0.8.0-beta.0] - 2023-06-17

* Migrate to ntex-0.7

Expand Down
15 changes: 3 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ntex-amqp"
version = "0.8.0"
version = "0.8.0-beta.0"
authors = ["ntex contributors <[email protected]>"]
description = "AMQP 1.0 Client/Server framework"
documentation = "https://docs.rs/ntex-amqp"
Expand All @@ -24,7 +24,7 @@ default = []
frame-trace = []

[dependencies]
ntex = "0.7.0"
ntex = "0.7.0-beta.0"
ntex-amqp-codec = "0.9.0"

bitflags = "1.3"
Expand All @@ -36,17 +36,8 @@ uuid = { version = "1.3", features = ["v4"] }

[dev-dependencies]
env_logger = "0.10"
ntex = { version = "0.7.0", features = ["tokio"] }
ntex = { version = "0.7.0-beta.0", features = ["tokio"] }

[patch.crates-io]
ntex-amqp = { path = "." }
ntex-amqp-codec = { path = "codec" }

ntex = { git = "https://github.com/ntex-rs/ntex.git" }
ntex-service = { git = "https://github.com/ntex-rs/ntex.git" }
ntex-util = { git = "https://github.com/ntex-rs/ntex.git" }
ntex-tls = { git = "https://github.com/ntex-rs/ntex.git" }
ntex-io = { git = "https://github.com/ntex-rs/ntex.git" }
ntex-connect = { git = "https://github.com/ntex-rs/ntex.git" }
ntex-tokio = { git = "https://github.com/ntex-rs/ntex.git" }
ntex-h2 = { git = "https://github.com/ntex-rs/ntex-h2.git" }

0 comments on commit 81ab34b

Please sign in to comment.