Skip to content

Commit

Permalink
Merge branch 'trunk' into ray-tracing-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vecvec authored Dec 16, 2024
2 parents 08da9f5 + 2ec87d7 commit 0a65925
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ jobs:
run: taplo format --check --diff

- name: Check for typos
uses: crate-ci/[email protected].2
uses: crate-ci/[email protected].3

check-cts-runner:
# runtime is normally 2 minutes
Expand Down
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion naga/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ indexmap.workspace = true
log = "0.4"
spirv = { version = "0.3", optional = true }
thiserror.workspace = true
serde = { version = "1.0.215", features = ["derive"], optional = true }
serde = { version = "1.0.216", features = ["derive"], optional = true }
petgraph = { version = "0.6", optional = true }
pp-rs = { version = "0.2.1", optional = true }
hexf-parse = { version = "0.2.1", optional = true }
Expand Down

0 comments on commit 0a65925

Please sign in to comment.