Skip to content

Commit

Permalink
0.4.10: update base64, msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
scottlamb committed Aug 31, 2024
1 parent ed81cc1 commit c4c3806
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
rust:
- stable
- 1.67
- '1.70'
include:
- rust: stable
extra_components: rustfmt
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## `v0.4.10` (2024-08-19)

* update `base64` dep to 0.22
* update minimum Rust version to 1.70.

## `v0.4.9` (2024-08-19)

* added helpers for building `.mp4` `VisualSampleEntry` and `AudioSampleEntry`
Expand Down
24 changes: 15 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default-members = ["."]

[package]
name = "retina"
version = "0.4.9"
version = "0.4.10"
authors = ["Scott Lamb <[email protected]>"]
license = "MIT/Apache-2.0"
edition = "2021"
Expand All @@ -13,7 +13,7 @@ categories = ["network-programming", "multimedia"]
description = "high-level RTSP multimedia streaming library"
repository = "https://github.com/scottlamb/retina"
include = ["src/**/*", "benches", "Cargo.toml"]
rust-version = "1.67"
rust-version = "1.70"

[package.metadata.docs.rs]
# https://docs.rs/about/metadata
Expand All @@ -22,7 +22,7 @@ rustdoc-args = ["--cfg", "docsrs"]
all-features = true

[dependencies]
base64 = "0.21.0"
base64 = "0.22.0"
bitstream-io = "1.1"
bytes = "1.0.1"
futures = "0.3.14"
Expand Down
8 changes: 4 additions & 4 deletions fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c4c3806

Please sign in to comment.