Skip to content

Commit

Permalink
Update crate description and add readme link to main README.md (#1191)
Browse files Browse the repository at this point in the history
Update integration tests after description update in Cargo.toml
  • Loading branch information
BartoszCiesla authored Aug 29, 2024
1 parent 19298e9 commit 20f00bf
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[package]
name = "iggy-cli"
version = "0.5.13"
version = "0.5.14"
edition = "2021"
authors = ["[email protected]"]
repository = "https://github.com/iggy-rs/iggy"
homepage = "https://iggy.rs"
description = "Iggy is the persistent message streaming platform written in Rust, supporting QUIC, TCP and HTTP transport protocols, capable of processing millions of messages per second."
description = "CLI for Iggy message streaming platform"
license = "MIT"
keywords = ["iggy", "cli", "messaging", "streaming"]
readme = "../README.md"

[features]
default = ["login-session"]
Expand Down
2 changes: 1 addition & 1 deletion integration/tests/cli/general/test_help_command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pub async fn should_help_match() {
.execute_test_for_help_command(TestHelpCmd::new(
vec!["help"],
format!(
r#"Iggy is the persistent message streaming platform written in Rust, supporting QUIC, TCP and HTTP transport protocols, capable of processing millions of messages per second.
r#"CLI for Iggy message streaming platform
{USAGE_PREFIX} [OPTIONS] [COMMAND]
Expand Down
2 changes: 1 addition & 1 deletion integration/tests/cli/general/test_overview_command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub async fn should_help_match() {
|___| \__, | \__, | \__, | \____| |_____| |___|
|___/ |___/ |___/{FIGLET_FILL}
Iggy is the persistent message streaming platform written in Rust, supporting QUIC, TCP and HTTP transport protocols, capable of processing millions of messages per second.
CLI for Iggy message streaming platform
Usage: iggy [OPTIONS] [COMMAND]
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iggy"
version = "0.6.12"
version = "0.6.13"
description = "Iggy is the persistent message streaming platform written in Rust, supporting QUIC, TCP and HTTP transport protocols, capable of processing millions of messages per second."
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 20f00bf

Please sign in to comment.