Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
submodules: recursive

- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
with:
toolchain: stable

- name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@113a77a4ce971c41332f2129c3d995df993cf746 # v1.17.8
Expand Down
2 changes: 1 addition & 1 deletion livekit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.7.36"
edition.workspace = true
license.workspace = true
description = "Rust Client SDK for LiveKit"
repository = "https://github.com/livekit/rust-sdks"
repository.workspace = true

[features]
# By default ws TLS is not enabled
Expand Down
1 change: 1 addition & 0 deletions soxr-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Theo Monnom <theo.8bits@gmail.com"]
edition.workspace = true
license.workspace = true
description = "libsoxr bindings"
repository.workspace = true

[dependencies]

Expand Down
1 change: 1 addition & 0 deletions yuv-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition.workspace = true
authors = ["Theo Monnom <theo.8bits@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "libyuv bindings"
repository.workspace = true

[features]
default = []
Expand Down
Loading