Skip to content

Commit

Permalink
feat: update dependencies & rename livekit-webrtc to libwebrtc (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom authored Sep 23, 2023
1 parent 3573026 commit 5e3adf5
Show file tree
Hide file tree
Showing 84 changed files with 1,790 additions and 800 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
- name: Publish crates
run: |
cd livekit-protocol && cargo publish
cd ../webrtc-sys && cargo publish
cd ../livekit-webrtc && cargo publish
cd ../webrtc-sys/build && cargo publish
cd ../../webrtc-sys && cargo publish
cd ../libwebrtc && cargo publish
cd ../livekit-api && cargo publish
cd ../livekit && cp ../README.md README.md && cargo publish --allow-dirty
cd ../livekit-ffi && cargo publish
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
target
/.idea
/libwebrtc
/.idea
Loading

0 comments on commit 5e3adf5

Please sign in to comment.