Skip to content

Commit

Permalink
chore: release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun committed Oct 28, 2024
1 parent 97d692a commit b44c9cb
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 @@ -40,7 +40,7 @@ edition = "2021"
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/tisonkun/morax/"
version = "0.1.0"
version = "0.1.1"

[workspace.dependencies]
backon = { version = "1.2", features = ["tokio-sleep"] }
Expand Down Expand Up @@ -90,17 +90,17 @@ which = { version = "6.0" }

# 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.1", path = "crates/kafka-broker" }
morax-meta = { version = "0.1.1", path = "crates/meta" }
morax-protos = { version = "0.1.1", path = "api/protos" }
morax-runtime = { version = "0.1.1", path = "crates/runtime" }
morax-server = { version = "0.1.1", path = "crates/server" }
morax-storage = { version = "0.1.1", path = "crates/storage" }
morax-telemetry = { version = "0.1.1", path = "crates/telemetry" }
morax-version = { version = "0.1.1", path = "crates/version" }
morax-wal-broker = { version = "0.1.1", path = "crates/wal-broker" }
morax-wal-client = { version = "0.1.1", path = "api/wal-client" }
tests-toolkit = { version = "0.1.1", path = "tests/toolkit" }

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

0 comments on commit b44c9cb

Please sign in to comment.