Skip to content

Commit d9fa4cd

Browse files
committed
Bump version to 0.9
1 parent b750d77 commit d9fa4cd

File tree

3 files changed

+31
-33
lines changed

3 files changed

+31
-33
lines changed

quickwit/Cargo.lock

+29-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

quickwit/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ default-members = [
7070
]
7171

7272
[workspace.package]
73-
version = "0.8.0"
73+
version = "0.9.0"
7474
edition = "2021"
7575
homepage = "https://quickwit.io/"
7676
documentation = "https://quickwit.io/docs/"

quickwit/quickwit-config/src/source_config/mod.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -871,9 +871,7 @@ mod tests {
871871
let error = load_source_config_from_user_config(ConfigFormat::Json, content.as_bytes())
872872
.unwrap_err();
873873
println!("error: {error}");
874-
assert!(error
875-
.to_string()
876-
.contains("`num_pipelines` must be"));
874+
assert!(error.to_string().contains("`num_pipelines` must be"));
877875
}
878876
{
879877
let content = r#"

0 commit comments

Comments
 (0)