Skip to content

Commit 6aef661

Browse files
committed
fix: add wit dependency as symlink
1 parent 4c4e424 commit 6aef661

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

balius-sdk/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pub mod wit {
22
wit_bindgen::generate!({
33
pub_export_macro: true,
44
default_bindings_module: "balius_sdk::wit",
5-
path: "../wit",
5+
path: "./wit",
66
additional_derives: [PartialEq, Eq, Hash, Clone, serde::Serialize,serde::Deserialize]
77
});
88
}

balius-sdk/wit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../wit

0 commit comments

Comments
 (0)