Skip to content

Commit

Permalink
[Update] Version 0.2.1
Browse files Browse the repository at this point in the history
CI of cargo-nono disabled, see hobofan/cargo-nono#37
  • Loading branch information
NicolasKlenert committed Jun 4, 2023
1 parent 9ddebef commit f95cc4f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit f95cc4f

Please sign in to comment.