Explicitely enable std, and don't rely on environment (#2062)

This commit is contained in:
Max Ammann
2022-09-17 21:39:34 +02:00
committed by GitHub
parent 7e3750a7f2
commit abc4e1572a

View File

@@ -52,7 +52,7 @@ termcolor = { version = "1.0.4", optional = true }
# https://github.com/brendanzab/codespan/commit/e99c867339a877731437e7ee6a903a3d03b5439e
codespan-reporting = { version = "0.11.0", optional = true }
rustc-hash = "1.1.0"
indexmap = "1.6"
indexmap = { version = "1.6", features = ["std"] }
log = "0.4"
num-traits = "0.2"
spirv = { version = "0.2", optional = true }