Skip to content

Commit

Permalink
Merge branch 'main' of github.com:xmtp/libxmtp into wasm-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Oct 15, 2024
2 parents 24a6917 + 6edeed8 commit fdcd2f2
Show file tree
Hide file tree
Showing 18 changed files with 983 additions and 295 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-node-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@ jobs:
.
bindings_node
- name: Disable usePackageExitCodes feature
uses: crazy-max/ghaction-chocolatey@v3
with:
args: feature disable --name="'usePackageExitCodes'"

- name: Upgrade Visual Studio 2022 enterprise
uses: crazy-max/ghaction-chocolatey@v3
with:
Expand Down
145 changes: 118 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ members = [
"bindings_wasm",
"bindings_node",
"bindings_ffi",
"xtask"
]

# Make the feature resolver explicit.
Expand Down
Loading

0 comments on commit fdcd2f2

Please sign in to comment.