Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d248fd2f authored by Zhi Dou's avatar Zhi Dou
Browse files

fix cargo t break

Test: cargo t
Bug: 404614990
Change-Id: Ie510f7d1790e25a283456fa3d265e209b8f83998
parent 4a60b590
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
tinytemplate = "1.2.1"
aconfig_protos = { path = "../aconfig_protos" }
aconfig_storage_file = { path = "../aconfig_storage_file" }
aconfig_storage_file = { path = "../aconfig_storage_file", features = ["test_utils"] }
convert_finalized_flags = { path = "../convert_finalized_flags" }

[build-dependencies]
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ edition = "2021"
[features]
default = ["cargo"]
cargo = []
test_utils = []

[dependencies]
anyhow = "1.0.69"