Skip to content

Commit

Permalink
Fix rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
fmassot committed Jan 18, 2024
1 parent 7463436 commit 8bc42d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions quickwit/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 quickwit/quickwit-lambda/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quickwit-lambda"
version = "0.6.5-dev"
version = "0.7.0"
authors = ["Quickwit, Inc. <[email protected]>"]
edition = "2021"
license = "AGPL-3.0-or-later" # For a commercial, license, contact [email protected]
Expand Down Expand Up @@ -41,8 +41,8 @@ tracing-opentelemetry = { workspace = true }
tracing-subscriber = { workspace = true, features = [ "json" ] }

quickwit-actors = { workspace = true }
quickwit-cli = { workspace = true }
quickwit-cluster = { workspace = true }
quickwit-cli = { version = "0.7.0", workspace = true }
quickwit-common = { workspace = true }
quickwit-config = { workspace = true }
quickwit-index-management = { workspace = true }
Expand Down

0 comments on commit 8bc42d5

Please sign in to comment.