Improve deployments and resets #50
2 changed files with 2 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue