File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 5353 working-directory : bindings
5454 run : |
5555 mkdir -p out
56- CURRENT_ARCH=$(rustc --version --verbose | grep host | cut -f2 -d' ')
5756 cargo run --features="uniffi/cli" --bin uniffi-bindgen generate \
5857 --config uniffi.toml \
59- --library ../target/$CURRENT_ARCH /release/libcooklang_bindings.a \
58+ --library ../target/aarch64-apple-ios /release/libcooklang_bindings.a \
6059 --language swift \
6160 --out-dir out
6261
Original file line number Diff line number Diff line change 11[package ]
22name = " cooklang"
3- version = " 0.17.7 "
3+ version = " 0.17.8 "
44edition = " 2021"
55authors = [" Zheoni <zheoni@outlook.es>" ]
66description = " Cooklang parser with opt-in extensions"
Original file line number Diff line number Diff line change 11[package ]
22name = " cooklang-bindings"
3- version = " 0.17.7 "
3+ version = " 0.17.8 "
44edition = " 2021"
55authors = [" dubadub <dubovskoy.a@gmail.com>" ]
66description = " Cooklang Uniffi bindings"
You can’t perform that action at this time.
0 commit comments