Skip to content

Commit

Permalink
release: 0.1.0-prerelease.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygwilliams committed Oct 8, 2024
1 parent 507b415 commit 9a1095d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ edition = "2021"
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/tisonkun/morax/"
version = "0.1.0-prerelease.1"
version = "0.1.0-prerelease.2"

[workspace.dependencies]
backon = { version = "1.0", features = ["tokio-sleep"] }
Expand Down Expand Up @@ -90,17 +90,17 @@ uuid = { version = "1.8", features = ["v4"] }

# workspace dependencies
kafka-api = { version = "0.4.1", path = "api/kafka-api" }
morax-kafka-broker = { version = "0.1.0", path = "crates/kafka-broker" }
morax-meta = { version = "0.1.0", path = "crates/meta" }
morax-protos = { version = "0.1.0", path = "api/protos" }
morax-runtime = { version = "0.1.0", path = "crates/runtime" }
morax-server = { version = "0.1.0", path = "crates/server" }
morax-storage = { version = "0.1.0", path = "crates/storage" }
morax-telemetry = { version = "0.1.0", path = "crates/telemetry" }
morax-version = { version = "0.1.0", path = "crates/version" }
morax-wal-broker = { version = "0.1.0", path = "crates/wal-broker" }
morax-wal-client = { version = "0.1.0", path = "api/wal-client" }
tests-toolkit = { version = "0.1.0", path = "tests/toolkit" }
morax-kafka-broker = { version = "0.1.0-prerelease.2", path = "crates/kafka-broker" }
morax-meta = { version = "0.1.0-prerelease.2", path = "crates/meta" }
morax-protos = { version = "0.1.0-prerelease.2", path = "api/protos" }
morax-runtime = { version = "0.1.0-prerelease.2", path = "crates/runtime" }
morax-server = { version = "0.1.0-prerelease.2", path = "crates/server" }
morax-storage = { version = "0.1.0-prerelease.2", path = "crates/storage" }
morax-telemetry = { version = "0.1.0-prerelease.2", path = "crates/telemetry" }
morax-version = { version = "0.1.0-prerelease.2", path = "crates/version" }
morax-wal-broker = { version = "0.1.0-prerelease.2", path = "crates/wal-broker" }
morax-wal-client = { version = "0.1.0-prerelease.2", path = "api/wal-client" }
tests-toolkit = { version = "0.1.0-prerelease.2", path = "tests/toolkit" }

[workspace.lints.rust]
unknown_lints = "deny"
Expand Down

0 comments on commit 9a1095d

Please sign in to comment.