Skip to content

Commit

Permalink
Use version-less manifests for example
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 17, 2024
1 parent 4e5f5b9 commit 4a30845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- name: Install cargo-hack
uses: taiki-e/install-action@cargo-hack
- run: cargo hack build --workspace --ignore-private --feature-powerset
- run: cargo hack build --workspace --ignore-private --feature-powerset --rust-version
- run: cargo hack build --workspace --no-private --feature-powerset
- run: cargo hack build --workspace --no-private --feature-powerset --rust-version

fmt:
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions examples/kiss3d/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[package]
name = "kiss3d-example"
version = "0.0.0"
edition = "2021"
publish = false

[dependencies]
mesh-loader = { path = "../.." }
Expand Down

0 comments on commit 4a30845

Please sign in to comment.