Version 3.1.2

Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
This commit is contained in:
Andrew Gunnerson
2024-04-27 17:47:09 -04:00
parent 237d4e9b11
commit 031b5943bd
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.1.2
* Use `fastboot flashall` for initial setup to avoid needing to manually flash every partition ([PR #253])
* Remove binary test files in the git repo and generate them at runtime ([Issue #265], [PR #276])
Generated
+4 -4
View File
@@ -108,7 +108,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "avbroot"
version = "3.1.1"
version = "3.1.2"
dependencies = [
"anyhow",
"assert_matches",
@@ -532,7 +532,7 @@ dependencies = [
[[package]]
name = "e2e"
version = "3.1.1"
version = "3.1.2"
dependencies = [
"anyhow",
"avbroot",
@@ -626,7 +626,7 @@ dependencies = [
[[package]]
name = "fuzz"
version = "3.1.1"
version = "3.1.2"
dependencies = [
"avbroot",
"honggfuzz",
@@ -2045,7 +2045,7 @@ dependencies = [
[[package]]
name = "xtask"
version = "3.1.1"
version = "3.1.2"
dependencies = [
"anyhow",
"clap",
+1 -1
View File
@@ -4,7 +4,7 @@ members = ["avbroot", "e2e", "fuzz", "xtask"]
resolver = "2"
[workspace.package]
version = "3.1.1"
version = "3.1.2"
license = "GPL-3.0-only"
edition = "2021"
repository = "https://github.com/chenxiaolong/avbroot"