Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix+refactor: Fix Video Hydration bugs, simplify authentication resources #208

Merged
merged 10 commits into from
Apr 26, 2024
2 changes: 1 addition & 1 deletion .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Rust Setup
uses: dtolnay/rust-toolchain@master
with:
toolchain: "nightly-2024-04-15"
toolchain: "nightly"
targets: "x86_64-unknown-linux-musl,wasm32-unknown-unknown"
components: "clippy,rustfmt"

Expand Down
Loading
Loading