From ddf470f36719db6572870285eb2d4243a8b9d882 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 9 Apr 2024 15:25:10 +0200 Subject: [PATCH 1/3] first test version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ea750e..5a74807 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ops-sat-rs" -version = "0.1.0" +version = "0.0.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html From 526739fd9c8a8514d4932c7d018baa45f87e5543 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 9 Apr 2024 15:40:23 +0200 Subject: [PATCH 2/3] update cargo.lock file --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 8eede90..05ceabe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -371,7 +371,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "ops-sat-rs" -version = "0.1.0" +version = "0.0.1" dependencies = [ "chrono", "derive-new", From 2480ee6e063c7972a9ff17001afaaabebb07c55e Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 9 Apr 2024 15:59:22 +0200 Subject: [PATCH 3/3] README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index aadd4c8..c0b42a6 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,18 @@ You might need to set the [`CROSS_CONTAINER_ENGINE`](https://github.com/cross-rs and [`CROSS_ROOTLESS_CONTAINER_ENGINE`](https://github.com/cross-rs/cross/blob/main/docs/environment_variables.md#configuring-cross-with-environment-variables) variables manually before calling cross. +### Debug Build + ```sh cross build ``` +### Release Build + +```sh +cross build --release +``` + ## Documentation The [wiki](https://opssat1.esoc.esa.int/projects/experimenter-information/wiki)