Skip to content

Commit

Permalink
chore(rust): cargo update + fixups
Browse files Browse the repository at this point in the history
note that typescript will now shortcut enums
  • Loading branch information
wmertens committed Mar 30, 2024
1 parent 3e4dbf4 commit 17a02db
Show file tree
Hide file tree
Showing 110 changed files with 1,017 additions and 1,241 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ jobs:
- host: macos-latest
target: aarch64-apple-darwin
build: |
export SDKROOT=$(xcrun -sdk macosx11.1 --show-sdk-path)
export MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.1 --show-sdk-platform-version)
export SDKROOT=$(xcrun --show-sdk-path)
export MACOSX_DEPLOYMENT_TARGET=$(xcrun --show-sdk-platform-version)
pnpm tsm scripts/index.ts --platform-binding --platform-target=aarch64-apple-darwin
- host: windows-latest
Expand Down
Loading

0 comments on commit 17a02db

Please sign in to comment.