From dff9a70ac88daecf0ad163932e291ca15c6f4e39 Mon Sep 17 00:00:00 2001 From: Benedikt Schwab Date: Mon, 5 Aug 2024 15:44:37 +0200 Subject: [PATCH] improved readme --- .github/workflows/ci.yml | 7 +++++++ Cargo.toml | 10 +++++----- README.md | 3 +-- crates/eimage-cli/Cargo.toml | 4 ++-- crates/eimage-cli/README.md | 3 +-- crates/eimage-core/README.md | 3 +-- crates/eimage-io/Cargo.toml | 2 +- crates/eimage-io/README.md | 3 +-- crates/eimage/Cargo.toml | 4 ++-- crates/eimage/README.md | 3 +-- 10 files changed, 22 insertions(+), 20 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c18a84..673000d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,13 @@ on: pull_request: {} +env: + CARGO_INCREMENTAL: 0 + CARGO_NET_RETRY: 10 + RUSTUP_MAX_RETRIES: 10 + RUST_BACKTRACE: short + + jobs: build: diff --git a/Cargo.toml b/Cargo.toml index d670706..a6387f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,20 +6,20 @@ members = [ resolver = "2" [workspace.package] -version = "0.0.1-alpha.3" +version = "0.0.1-alpha.4" authors = ["Benedikt Schwab "] edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/envis-space/eimage" [workspace.dependencies] -ecoord = { version = "0.0.1-alpha.3" } +ecoord = { version = "0.0.1-alpha.4" } -clap = "4.5.9" +clap = "4.5.13" tracing = "0.1.40" tracing-subscriber = "0.3.18" -image="0.25.1" -thiserror = "1.0.61" +image="0.25.2" +thiserror = "1.0.63" chrono = "0.4.38" rayon = "1.10.0" tar = "0.4" diff --git a/README.md b/README.md index cc965dc..c3bcbc2 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ A Rust library for processing image collections in 3D space. -> [!WARNING] -> The library is at an early stage of development. +The library is at an early stage of development. ## Contributing diff --git a/crates/eimage-cli/Cargo.toml b/crates/eimage-cli/Cargo.toml index d415e6c..e4ce70c 100644 --- a/crates/eimage-cli/Cargo.toml +++ b/crates/eimage-cli/Cargo.toml @@ -9,8 +9,8 @@ description = "CLI tool for processing image collections in 3D space." [dependencies] -eimage = { version = "0.0.1-alpha.3", path = "../eimage" } -eimage-io = { version = "0.0.1-alpha.3", path = "../eimage-io" } +eimage = { version = "0.0.1-alpha.4", path = "../eimage" } +eimage-io = { version = "0.0.1-alpha.4", path = "../eimage-io" } ecoord = { workspace = true } diff --git a/crates/eimage-cli/README.md b/crates/eimage-cli/README.md index 0fe9e37..94e7dc2 100644 --- a/crates/eimage-cli/README.md +++ b/crates/eimage-cli/README.md @@ -2,8 +2,7 @@ CLI tool for processing image collections in 3D space. -> [!WARNING] -> The library is at an early stage of development. +The library is at an early stage of development. ## Contributing diff --git a/crates/eimage-core/README.md b/crates/eimage-core/README.md index 9ae53f5..cc08ed8 100644 --- a/crates/eimage-core/README.md +++ b/crates/eimage-core/README.md @@ -2,8 +2,7 @@ Core primitives and operations for processing image collections in 3D space. -> [!WARNING] -> The library is at an early stage of development. +The library is at an early stage of development. ## Contributing diff --git a/crates/eimage-io/Cargo.toml b/crates/eimage-io/Cargo.toml index 1ae66bd..a8b9a6e 100644 --- a/crates/eimage-io/Cargo.toml +++ b/crates/eimage-io/Cargo.toml @@ -9,7 +9,7 @@ description = "IO operations for processing image collections in 3D space." [dependencies] -eimage-core = { version = "0.0.1-alpha.3", path = "../eimage-core" } +eimage-core = { version = "0.0.1-alpha.4", path = "../eimage-core" } ecoord = { workspace = true } diff --git a/crates/eimage-io/README.md b/crates/eimage-io/README.md index 958a90f..7519b75 100644 --- a/crates/eimage-io/README.md +++ b/crates/eimage-io/README.md @@ -2,8 +2,7 @@ IO operations for processing image collections in 3D space. -> [!WARNING] -> The library is at an early stage of development. +The library is at an early stage of development. ## Contributing diff --git a/crates/eimage/Cargo.toml b/crates/eimage/Cargo.toml index 208fc12..53087cd 100644 --- a/crates/eimage/Cargo.toml +++ b/crates/eimage/Cargo.toml @@ -9,5 +9,5 @@ description = "Library for processing image collections in 3D space." [dependencies] -eimage-core = { version = "0.0.1-alpha.3", path = "../eimage-core" } -eimage-io = { version = "0.0.1-alpha.3", path = "../eimage-io" } +eimage-core = { version = "0.0.1-alpha.4", path = "../eimage-core" } +eimage-io = { version = "0.0.1-alpha.4", path = "../eimage-io" } diff --git a/crates/eimage/README.md b/crates/eimage/README.md index c4c513b..0987516 100644 --- a/crates/eimage/README.md +++ b/crates/eimage/README.md @@ -2,8 +2,7 @@ Library for processing image collections in 3D space. -> [!WARNING] -> The library is at an early stage of development. +The library is at an early stage of development. ## Contributing