Skip to content

Commit 59987d4

Browse files
authored
sdk: allow example code to run (#679)
1 parent 7aabf25 commit 59987d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
//! let worker_config = WorkerConfigBuilder::default()
2626
//! .namespace("default")
2727
//! .task_queue("task_queue")
28+
//! .worker_build_id("rust-sdk")
2829
//! .build()?;
2930
//!
3031
//! let core_worker = init_worker(&runtime, worker_config, client)?;

0 commit comments

Comments
 (0)