Skip to content

Commit

Permalink
Release 0.6.6
Browse files Browse the repository at this point in the history
[email protected]
[email protected]

Generated by cargo-workspaces
  • Loading branch information
ralfbiedert committed Dec 22, 2024
1 parent e789351 commit 13f37ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cast_possible_wrap = "allow" # we're doing too much math for this
cast_precision_loss = "allow" # we're doing too much math for this
cast_sign_loss = "allow" # we're doing too much math for this
unreadable_literal = "allow" # only really used in tests where it doesn't matter
module_name_repetitions = "allow" # looks nicer
module_name_repetitions = "allow" # looks nicer


#[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion openh264-sys2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Low-level bindings for OpenH264."
authors = ["Ralf Biedert <[email protected]>"]
keywords = ["multimedia", "encoding", "video"]
categories = ["api-bindings", "multimedia::video"]
version = "0.6.4"
version = "0.6.6"
edition = "2021"
documentation = "https://docs.rs/openh264-sys2/"
repository = "https://github.com/ralfbiedert/openh264-rust"
Expand Down
2 changes: 1 addition & 1 deletion openh264/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Idiomatic bindings for OpenH264."
authors = ["Ralf Biedert <[email protected]>"]
keywords = ["multimedia", "encoding", "video"]
categories = ["api-bindings", "multimedia::video"]
version = "0.6.5"
version = "0.6.6"
edition = "2021"
rust-version = "1.83"
license = "BSD-2-Clause"
Expand Down

0 comments on commit 13f37ba

Please sign in to comment.