Skip to content

Commit

Permalink
Back to dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jan 28, 2025
1 parent 7ce42f1 commit f0e5698
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rabbitmqadmin"
version = "0.20.1"
version = "0.21.0"
edition = "2021"

description = "rabbitmqadmin v2 is a major revision of rabbitmqadmin, one of the RabbitMQ CLI tools that target the HTTP API"
Expand All @@ -17,7 +17,7 @@ reqwest = { version = "0.12.12", features = [
"__rustls",
"rustls-tls-native-roots"
]}
rabbitmq_http_client = { version = "0.17.0", features = [
rabbitmq_http_client = { git = "https://github.com/michaelklishin/rabbitmq-http-api-rs", features = [
"core",
"blocking",
"tabled"
Expand Down

0 comments on commit f0e5698

Please sign in to comment.