diff --git a/Cargo.toml b/Cargo.toml index 714bb451..f5946d10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ dynamic = ["rich-sdl2-rust-sys/dynamic"] vendor = ["rich-sdl2-rust-sys/vendor"] [dependencies] -ash = { version = "0.37.3", optional = true } +ash = { version = "0.38.0", optional = true } bitflags = "2.5.0" static_assertions = "1.1.0" typed-builder = "0.18.1"