Skip to content

v0.9.0

Compare
Choose a tag to compare
@ohadravid ohadravid released this 25 Jul 05:55
· 178 commits to main since this release
90ca1f7
  • Added CIMTYPE support in #33, so Variants returned from WMI are converted to the appropriate type even when the actual VARIANT type might be different. Queries that return a HashMap<String, Variant> might return different types of variants, but queries that return serde-deserialized structs aren't affected.