diff --git a/apps/Cargo.toml b/apps/Cargo.toml index b17d4ebc..ec446838 100644 --- a/apps/Cargo.toml +++ b/apps/Cargo.toml @@ -6,7 +6,7 @@ members = [ default-members = ["settings-app", "camera", "files"] [workspace.package] -version = "0.1.9" +version = "0.1.10" authors = [ "Sweta ", "Naman ", @@ -37,4 +37,4 @@ serde_yaml = "0.9.21" tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter"]} anyhow = { version = "1.0.75", features = ["backtrace"]} -tokio = { version = "1.33", features = ["full"] } \ No newline at end of file +tokio = { version = "1.33", features = ["full"] }