diff --git a/spirq-core/Cargo.toml b/spirq-core/Cargo.toml index d599026..98b7e81 100644 --- a/spirq-core/Cargo.toml +++ b/spirq-core/Cargo.toml @@ -19,7 +19,7 @@ maintenance = { status = "actively-developed" } [dependencies] fnv = "1.0.7" -spirv = ">=0.3" +spirv = "0.3" anyhow = "1.0" ordered-float = "3.4" num-traits = "0.2"