Version 3.5.0

Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
This commit is contained in:
Andrew Gunnerson
2024-08-15 20:45:04 -04:00
parent fe54640029
commit 484ba82ad0
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
to update the actual links at the bottom of the file.
-->
### Unreleased
### Version 3.5.0
* Update all dependencies ([PR #329])
* Add new unpack and pack commands for `payload.bin` files ([Issue #328], [PR #331])
Generated
+4 -4
View File
@@ -109,7 +109,7 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
[[package]]
name = "avbroot"
version = "3.4.1"
version = "3.5.0"
dependencies = [
"anyhow",
"assert_matches",
@@ -541,7 +541,7 @@ dependencies = [
[[package]]
name = "e2e"
version = "3.4.1"
version = "3.5.0"
dependencies = [
"anyhow",
"avbroot",
@@ -635,7 +635,7 @@ dependencies = [
[[package]]
name = "fuzz"
version = "3.4.1"
version = "3.5.0"
dependencies = [
"avbroot",
"honggfuzz",
@@ -2050,7 +2050,7 @@ dependencies = [
[[package]]
name = "xtask"
version = "3.4.1"
version = "3.5.0"
dependencies = [
"anyhow",
"clap",
+1 -1
View File
@@ -4,7 +4,7 @@ members = ["avbroot", "e2e", "fuzz", "xtask"]
resolver = "2"
[workspace.package]
version = "3.4.1"
version = "3.5.0"
license = "GPL-3.0-only"
edition = "2021"
repository = "https://github.com/chenxiaolong/avbroot"