update az dependency to version 1

This commit is contained in:
Trevor Spiteri 2020-05-01 18:17:00 +02:00
parent 079a13ca1b
commit bf239e9c76
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ std = []
[dependencies]
typenum = "1.10"
az = { version = "0.3", optional = true }
az = { version = "1", optional = true }
half = { version = "1.4", optional = true }
serde = { version = "1.0.60", default-features = false, optional = true }