prep v0.3.4
This commit is contained in:
parent
990293faf1
commit
35575b7551
@ -1,3 +1,7 @@
|
|||||||
|
## `v0.3.4` (2021-10-26)
|
||||||
|
|
||||||
|
* use `rtsp-types` 0.0.3, and thus `nom` 7.0.
|
||||||
|
|
||||||
## `v0.3.3` (2021-10-20)
|
## `v0.3.3` (2021-10-20)
|
||||||
|
|
||||||
* [#25](https://github.com/scottlamb/retina/issues/25): better HTTP
|
* [#25](https://github.com/scottlamb/retina/issues/25): better HTTP
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -940,7 +940,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "retina"
|
name = "retina"
|
||||||
version = "0.3.3"
|
version = "0.3.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"base64",
|
"base64",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "retina"
|
name = "retina"
|
||||||
version = "0.3.3"
|
version = "0.3.4"
|
||||||
authors = ["Scott Lamb <slamb@slamb.org>"]
|
authors = ["Scott Lamb <slamb@slamb.org>"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
Loading…
Reference in New Issue
Block a user