Skip to content

Commit aaef734

Browse files
committed
ash pull request fixes build error
ash-rs/ash#1005
1 parent 1d0a7e4 commit aaef734

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
@@ -9,5 +9,5 @@ license = "BSD-2-Clause"
99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

1111
[dependencies]
12-
ash = { git = "https://github.com/ash-rs/ash", version = "0.38.0" }
12+
ash = { git = "https://github.com/SteveIntensifies/ash", version = "0.38.0", rev = "5582d5405e88e470d841da86d4aa92693ead2878" }
1313
h264-reader = "0.8.0"

0 commit comments

Comments
 (0)