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 1fba528..4586cc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,19 +6,19 @@ 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/emesh-converter" [workspace.dependencies] -ecoord = { version = "0.0.1-alpha.3" } -emesh = { version = "0.0.1-alpha.3" } -egraphics = { version = "0.0.1-alpha.3" } +ecoord = { version = "0.0.1-alpha.4" } +emesh = { version = "0.0.1-alpha.4" } +egraphics = { version = "0.0.1-alpha.4" } -thiserror = "1.0.61" -clap = "4.5.9" +thiserror = "1.0.63" +clap = "4.5.11" tracing = "0.1.40" tracing-subscriber = "0.3.18" polars = "0.41.3" diff --git a/README.md b/README.md index 058fe99..be487d2 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ A Rust library for converting 3D polygon meshes to other representations. -> [!WARNING] -> The library is at an early stage of development. +The library is at an early stage of development. ## Contributing diff --git a/crates/emesh-converter-cli/Cargo.toml b/crates/emesh-converter-cli/Cargo.toml index 78ed46e..03f7883 100644 --- a/crates/emesh-converter-cli/Cargo.toml +++ b/crates/emesh-converter-cli/Cargo.toml @@ -9,7 +9,7 @@ description = "CLI tool for converting 3D polygon meshes to other representation [dependencies] -emesh-converter = { version = "0.0.1-alpha.3", path = "../emesh-converter" } +emesh-converter = { version = "0.0.1-alpha.4", path = "../emesh-converter" } emesh = { workspace = true } egraphics = { workspace = true } diff --git a/crates/emesh-converter-cli/README.md b/crates/emesh-converter-cli/README.md index c3b5cf6..172e376 100644 --- a/crates/emesh-converter-cli/README.md +++ b/crates/emesh-converter-cli/README.md @@ -2,8 +2,7 @@ CLI tool for converting 3D polygon meshes to other representations. -> [!WARNING] -> The library is at an early stage of development. +The library is at an early stage of development. ## Contributing diff --git a/crates/emesh-converter-core/README.md b/crates/emesh-converter-core/README.md index 1314eb2..58f3dcf 100644 --- a/crates/emesh-converter-core/README.md +++ b/crates/emesh-converter-core/README.md @@ -2,8 +2,7 @@ Core primitives and operations for converting 3D polygon meshes to other representations. -> [!WARNING] -> The library is at an early stage of development. +The library is at an early stage of development. ## Contributing diff --git a/crates/emesh-converter/Cargo.toml b/crates/emesh-converter/Cargo.toml index c024b6f..d964bb7 100644 --- a/crates/emesh-converter/Cargo.toml +++ b/crates/emesh-converter/Cargo.toml @@ -9,4 +9,4 @@ description = "Library for converting 3D polygon meshes to other representations [dependencies] -emesh-converter-core = { version = "0.0.1-alpha.3", path = "../emesh-converter-core" } +emesh-converter-core = { version = "0.0.1-alpha.4", path = "../emesh-converter-core" } diff --git a/crates/emesh-converter/README.md b/crates/emesh-converter/README.md index 80c4a91..c4de057 100644 --- a/crates/emesh-converter/README.md +++ b/crates/emesh-converter/README.md @@ -2,8 +2,7 @@ Library for converting 3D polygon meshes to other representations. -> [!WARNING] -> The library is at an early stage of development. +The library is at an early stage of development. ## Contributing