Skip to content

Commit

Permalink
Adding dora-operator-api release as #218 is fixed
Browse files Browse the repository at this point in the history
test new crates release
  • Loading branch information
haixuanTao committed Mar 21, 2023
1 parent 101ddd2 commit 2f6e988
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 43 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
# Publish rust API
cargo publish -p dora-operator-api-macros --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
cargo publish -p dora-operator-api-types --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
cargo publish -p dora-operator-api --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
- name: "Create Archive (Unix)"
if: runner.os == 'Linux' || runner.os == 'macOS'
Expand Down
56 changes: 28 additions & 28 deletions Cargo.lock

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

30 changes: 15 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,25 @@ members = [
]

[workspace.package]
version = "0.2.0-rc-3"
version = "0.2.0-rc-4"
description = "`dora` goal is to be a low latency, composable, and distributed data flow."
documentation = "https://dora.carsmos.ai/dora/"

[workspace.dependencies]
dora-node-api = { version = "0.2.0-rc-3", path = "apis/rust/node", default-features = false }
dora-operator-api = { version = "0.2.0-rc-3", path = "apis/rust/operator", default-features = false }
dora-operator-api-macros = { version = "0.2.0-rc-3", path = "apis/rust/operator/macros" }
dora-operator-api-types = { version = "0.2.0-rc-3", path = "apis/rust/operator/types" }
dora-operator-api-python = { version = "0.2.0-rc-3", path = "apis/python/operator" }
dora-core = { version = "0.2.0-rc-3", path = "libraries/core" }
dora-tracing = { version = "0.2.0-rc-3", path = "libraries/extensions/telemetry/tracing" }
dora-metrics = { version = "0.2.0-rc-3", path = "libraries/extensions/telemetry/metrics" }
dora-download = { version = "0.2.0-rc-3", path = "libraries/extensions/download" }
shared-memory-server = { version = "0.2.0-rc-3", path = "libraries/shared-memory-server" }
communication-layer-request-reply = { version = "0.2.0-rc-3", path = "libraries/communication-layer/request-reply" }
dora-message = { version = "0.2.0-rc-3", path = "libraries/message" }
dora-runtime = { version = "0.2.0-rc-3", path = "binaries/runtime" }
dora-daemon = { version = "0.2.0-rc-3", path = "binaries/daemon" }
dora-node-api = { version = "0.2.0-rc-4", path = "apis/rust/node", default-features = false }
dora-operator-api = { version = "0.2.0-rc-4", path = "apis/rust/operator", default-features = false }
dora-operator-api-macros = { version = "0.2.0-rc-4", path = "apis/rust/operator/macros" }
dora-operator-api-types = { version = "0.2.0-rc-4", path = "apis/rust/operator/types" }
dora-operator-api-python = { version = "0.2.0-rc-4", path = "apis/python/operator" }
dora-core = { version = "0.2.0-rc-4", path = "libraries/core" }
dora-tracing = { version = "0.2.0-rc-4", path = "libraries/extensions/telemetry/tracing" }
dora-metrics = { version = "0.2.0-rc-4", path = "libraries/extensions/telemetry/metrics" }
dora-download = { version = "0.2.0-rc-4", path = "libraries/extensions/download" }
shared-memory-server = { version = "0.2.0-rc-4", path = "libraries/shared-memory-server" }
communication-layer-request-reply = { version = "0.2.0-rc-4", path = "libraries/communication-layer/request-reply" }
dora-message = { version = "0.2.0-rc-4", path = "libraries/message" }
dora-runtime = { version = "0.2.0-rc-4", path = "binaries/runtime" }
dora-daemon = { version = "0.2.0-rc-4", path = "binaries/daemon" }

[package]
name = "dora-examples"
Expand Down

0 comments on commit 2f6e988

Please sign in to comment.