Skip to content

Commit

Permalink
chore(*): Updates versions and dependencies
Browse files Browse the repository at this point in the history
This also updates the pipeline to publish the wkg-core crate

Signed-off-by: Taylor Thomas <taylor@cosmonic.com>
  • Loading branch information
thomastaylor312 committed Sep 27, 2024
1 parent eafbb6d commit 0c0085c
Show file tree
Hide file tree
Showing 4 changed files with 302 additions and 281 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ jobs:
- name: Publish wasm-pkg-client
working-directory: ./crates/wasm-pkg-client
run: cargo publish
- name: Publish wkg-core
working-directory: ./crates/wkg-core
run: cargo publish
- name: Publish wkg
working-directory: ./crates/wkg
run: cargo publish
Expand Down
Loading

0 comments on commit 0c0085c

Please sign in to comment.