Skip to content

Commit 4a30845

Browse files
committed
Use version-less manifests for example
rust-lang/cargo@307486e
1 parent 4e5f5b9 commit 4a30845

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
- uses: dtolnay/rust-toolchain@stable
4343
- name: Install cargo-hack
4444
uses: taiki-e/install-action@cargo-hack
45-
- run: cargo hack build --workspace --ignore-private --feature-powerset
46-
- run: cargo hack build --workspace --ignore-private --feature-powerset --rust-version
45+
- run: cargo hack build --workspace --no-private --feature-powerset
46+
- run: cargo hack build --workspace --no-private --feature-powerset --rust-version
4747

4848
fmt:
4949
runs-on: ubuntu-latest

examples/kiss3d/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[package]
22
name = "kiss3d-example"
3-
version = "0.0.0"
43
edition = "2021"
5-
publish = false
64

75
[dependencies]
86
mesh-loader = { path = "../.." }

0 commit comments

Comments
 (0)