diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7088c70..e894123 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,19 +50,19 @@ jobs: command: install args: --git https://github.com/NicolasKlenert/cargo-all-features.git - - name: install tools - if: steps.cache.outputs.cache_hit != 'true' - uses: actions-rs/cargo@v1 - with: - command: install - args: cargo-nono --locked + # - name: install tools + # if: steps.cache.outputs.cache_hit != 'true' + # uses: actions-rs/cargo@v1 + # with: + # command: install + # args: cargo-nono --locked - name: Run Tests uses: actions-rs/cargo@v1 with: command: test-all-features - - name: test no-std - uses: actions-rs/cargo@v1 - with: - command: nono check --no-default-features --features "libm serde linear bezier bspline" + # - name: test no-std + # uses: actions-rs/cargo@v1 + # with: + # command: nono check --no-default-features --features libm serde linear bezier bspline diff --git a/Cargo.toml b/Cargo.toml index fbe5619..2016741 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/NicolasKlenert/enterpolation" readme = "README.md" keywords = ["interpolation", "curve", "spline", "bspline", "bezier"] categories = ["graphics", "mathematics", "no-std"] -version = "0.2.0" +version = "0.2.1" [dependencies] topology-traits = {version="0.1.2", default-features=false}