We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5d822 commit 5efb82bCopy full SHA for 5efb82b
2 files changed
.github/workflows/rust.yml
@@ -67,7 +67,7 @@ jobs:
67
with:
68
lfs: true
69
- name: Install Rust toolchain
70
- uses: dtolnay/rust-toolchain@1.84.1
+ uses: dtolnay/rust-toolchain@1.89
71
72
components: rustfmt,clippy
73
targets: ${{ matrix.target }}
openh264/src/lib.rs
@@ -195,6 +195,8 @@
195
//!
196
//! ## Changelog
197
198
+//! - **v0.9** - Edition change to 2024.
199
+//! - **v0.8** - API changes.
200
//! - **v0.7** - UX improvements, encoder options, SIMD YUV-to-RGB.
201
//! - **v0.6** - Encoder supports dynamic resolution; API cleanup.
202
//! - **v0.5** - Can now use built-in source, or Cisco's prebuilt library.
0 commit comments