Skip to content

Commit 9ddd3cc

Browse files
authored
Update ash
1 parent d835e76 commit 9ddd3cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

unity-native-plugin-vulkan/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unity-native-plugin-vulkan"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Yasuhiro Taniuchi"]
55
license = "MIT"
66
description = "Unity Native Plugin API (Vulkan) for Rust"
@@ -21,4 +21,4 @@ include = [
2121
[dependencies]
2222
unity-native-plugin = { version = "0.5.0", path = "../unity-native-plugin" }
2323
unity-native-plugin-sys = { version = "0.5.0", path = "../unity-native-plugin-sys" }
24-
ash = "0.31.0"
24+
ash = "0.33.1"

0 commit comments

Comments
 (0)