Skip to content

Commit 709a407

Browse files
committed
update rust-gpu to fix ci fail
1 parent bf26734 commit 709a407

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ kurbo = { version = "0.11.0", features = ["serde"] }
109109
petgraph = { version = "0.7.1", default-features = false, features = [
110110
"graphmap",
111111
] }
112-
cargo-gpu = { git = "https://github.com/rust-gpu/cargo-gpu", rev = "7f5358bf3bac7363c8017409942464365ca61fd8", features = ["wgsl-out"] }
112+
cargo-gpu = { git = "https://github.com/rust-gpu/cargo-gpu", rev = "d8ef9f58257622c4f3eae215dc950f0c628fa3c1", features = ["wgsl-out"] }
113113

114114
[profile.dev]
115115
opt-level = 1

0 commit comments

Comments
 (0)