Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminBrienen committed Nov 8, 2024
1 parent c2a1ab3 commit 5bf202e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
toolchain: ${{ env.NIGHTLY_TOOLCHAIN }}
components: miri
- name: CI job
run: cargo miri test -p variadics_please
run: cargo miri test
env:
RUSTFLAGS: -Zrandomize-layout

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
keywords = ["bevy", "variadics", "docs"]
rust-version = "1.65.0"
categories = ["macros", "utilities"]
exclude = ["tools/", ".github/", "variadics_please/"]
exclude = ["tools/", ".github/"]
documentation = "https://docs.rs/variadics_please"

[features]
Expand Down

0 comments on commit 5bf202e

Please sign in to comment.