Skip to content

Commit 5efb82b

Browse files
committed
Update CI compiler
1 parent ad5d822 commit 5efb82b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
lfs: true
6969
- name: Install Rust toolchain
70-
uses: dtolnay/rust-toolchain@1.84.1
70+
uses: dtolnay/rust-toolchain@1.89
7171
with:
7272
components: rustfmt,clippy
7373
targets: ${{ matrix.target }}

openh264/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@
195195
//!
196196
//! ## Changelog
197197
//!
198+
//! - **v0.9** - Edition change to 2024.
199+
//! - **v0.8** - API changes.
198200
//! - **v0.7** - UX improvements, encoder options, SIMD YUV-to-RGB.
199201
//! - **v0.6** - Encoder supports dynamic resolution; API cleanup.
200202
//! - **v0.5** - Can now use built-in source, or Cisco's prebuilt library.

0 commit comments

Comments
 (0)