Skip to content

Commit eb004e6

Browse files
committed
Update to core with only fix, warn level debug logs
1 parent 270e6c1 commit eb004e6

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

temporalio/bridge/Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

temporalio/bridge/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ pyo3 = { version = "0.25", features = [
2727
] }
2828
pyo3-async-runtimes = { version = "0.25", features = ["tokio-runtime"] }
2929
pythonize = "0.25"
30-
temporal-client = { git = "https://github.com/temporalio/sdk-core", branch = "debug_shutdown" }
31-
temporal-sdk-core = { git = "https://github.com/temporalio/sdk-core", branch = "debug_shutdown", features = [
30+
temporal-client = { git = "https://github.com/temporalio/sdk-core", branch = "shutdown_notify" }
31+
temporal-sdk-core = { git = "https://github.com/temporalio/sdk-core", branch = "shutdown_notify", features = [
3232
"ephemeral-server",
3333
] }
34-
temporal-sdk-core-api = { git = "https://github.com/temporalio/sdk-core", branch = "debug_shutdown", features = [
34+
temporal-sdk-core-api = { git = "https://github.com/temporalio/sdk-core", branch = "shutdown_notify", features = [
3535
"envconfig",
3636
] }
37-
temporal-sdk-core-protos = { git = "https://github.com/temporalio/sdk-core", branch = "debug_shutdown" }
37+
temporal-sdk-core-protos = { git = "https://github.com/temporalio/sdk-core", branch = "shutdown_notify" }
3838
tokio = "1.26"
3939
tokio-stream = "0.1"
4040
tonic = "0.13"

0 commit comments

Comments
 (0)