v0.9.0
- Added
CIMTYPE
support in #33, soVariant
s returned from WMI are converted to the appropriate type even when the actualVARIANT
type might be different. Queries that return aHashMap<String, Variant>
might return different types of variants, but queries that return serde-deserialized structs aren't affected.