Merge pull request #280 from mozilla/0_3_13_rel

Update README.md and Cargo.toml for 0.3.13
This commit is contained in:
na-g 2024-09-24 10:37:35 -07:00 коммит произвёл GitHub
Родитель 0708d1303f cff4f210f2
Коммит 02301b1619
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,8 @@
# Changelog
## [0.3.13] - 2024-09-24
- Add support for AV1
- Minimum Rust version >= 1.70
## [0.3.12] - 2024-06-18

Просмотреть файл

@ -1,6 +1,6 @@
[package]
name = "webrtc-sdp"
version = "0.3.12"
version = "0.3.13"
authors = ["Nicolas Grunbaum <na-g+github@nostrum.com>", "Nils Ohlmeier <github@ohlmeier.org>"]
description = "webrtc-sdp parses strings in the format of the Session Description Protocol according to RFC4566. It specifically supports the subset of features required to support WebRTC according to the JSEP draft."
repository = "https://github.com/mozilla/webrtc-sdp"