diff --git a/Cargo.lock b/Cargo.lock index e074c41..24a3a79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1601,7 +1601,7 @@ dependencies = [ [[package]] name = "librashader" -version = "0.3.1" +version = "0.3.2" dependencies = [ "ash", "glob", diff --git a/librashader/Cargo.toml b/librashader/Cargo.toml index 0e0d323..d9e616e 100644 --- a/librashader/Cargo.toml +++ b/librashader/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html license = "MPL-2.0 OR GPL-3.0-only" -version = "0.3.1" +version = "0.3.2" authors = ["Ronny Chan "] repository = "https://github.com/SnowflakePowered/librashader" readme = "../README.md"