Skip to content

Commit efa214c

Browse files
committed
fix: update Python Rust example to use rust.toolchain()
1 parent f43fd7d commit efa214c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/rust/.harmont/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
@hm.target()
99
def project() -> RustToolchain:
10-
return hm.rust(path=".")
10+
return hm.rust.toolchain(path=".")
1111

1212

1313
@hm.pipeline(

0 commit comments

Comments
 (0)