Improve deployments and resets #50

Merged
lucas merged 6 commits from feat/deployment-improvements into master 2023-03-07 19:50:51 +01:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 14406ecae9 - Show all commits

View file

@ -35,6 +35,7 @@ const DEPLOYMENT_DATA_PATH: &str = "dtmm-deployment.sjson";
#[derive(Serialize, Deserialize)] #[derive(Serialize, Deserialize)]
struct DeploymentData { struct DeploymentData {
bundles: Vec<String>, bundles: Vec<String>,
#[serde(with = "time::serde::iso8601")]
timestamp: OffsetDateTime, timestamp: OffsetDateTime,
} }

@ -1 +1 @@
Subproject commit e94218d8f52a51529c83af33a99cc17f66caae2e Subproject commit 81213f792767ddf1e7be60b066c87f7b137ca0a7