Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit e021bc1

Browse files
bors[bot]curquiza
andauthored
Merge #780
780: Update version for the next release (v0.41.3) in Cargo.toml files r=curquiza a=meili-bot ⚠️ This PR is automatically generated. Check the new version is the expected one before merging. Co-authored-by: curquiza <[email protected]>
2 parents b9d1997 + e3c1139 commit e021bc1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

benchmarks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "benchmarks"
3-
version = "0.41.2"
3+
version = "0.41.3"
44
edition = "2018"
55
publish = false
66

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cli"
3-
version = "0.41.2"
3+
version = "0.41.3"
44
edition = "2018"
55
description = "A CLI to interact with a milli index"
66
publish = false

filter-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "filter-parser"
3-
version = "0.41.2"
3+
version = "0.41.3"
44
edition = "2021"
55
description = "The parser for the Meilisearch filter syntax"
66
publish = false

flatten-serde-json/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flatten-serde-json"
3-
version = "0.41.2"
3+
version = "0.41.3"
44
edition = "2021"
55
description = "Flatten serde-json objects like elastic search"
66
readme = "README.md"

json-depth-checker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "json-depth-checker"
3-
version = "0.41.2"
3+
version = "0.41.3"
44
edition = "2021"
55
description = "A library that indicates if a JSON must be flattened"
66
publish = false

milli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "milli"
3-
version = "0.41.2"
3+
version = "0.41.3"
44
authors = ["Kerollmops <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)