From 0e29883c95bb6742a1ac9e962532ec958464cb20 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Sun, 17 Jul 2022 13:24:19 -0400 Subject: planets: WIP cloud-init support --- Cargo.toml | 2 +- src/handlers/planets.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e49c659..251d37a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solard" -version = "0.3.0" +version = "0.3.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/handlers/planets.rs b/src/handlers/planets.rs index 5641814..f5f1098 100644 --- a/src/handlers/planets.rs +++ b/src/handlers/planets.rs @@ -130,7 +130,7 @@ pub async fn new_planet(Json(new_planet): Json) -> JsonResult match e { @@ -142,7 +142,7 @@ pub async fn new_planet(Json(new_planet): Json) -> JsonResult { -- cgit v1.2.3