From 1f1a8c33ea23fecf825ada613a68535ed6c34c01 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Thu, 23 Apr 2026 18:20:39 +0200 Subject: [PATCH] chore(mission-control): set next version --- Cargo.lock | 2 +- src/mission_control/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49587ef7c2..e267ce5210 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1435,7 +1435,7 @@ dependencies = [ [[package]] name = "mission_control" -version = "0.1.2" +version = "0.1.3" dependencies = [ "candid", "canfund", diff --git a/src/mission_control/Cargo.toml b/src/mission_control/Cargo.toml index 4dc74e7145..3ff92d595c 100644 --- a/src/mission_control/Cargo.toml +++ b/src/mission_control/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mission_control" -version = "0.1.2" +version = "0.1.3" edition = "2021" publish = false