Skip to content

Releases: ohadravid/wmi-rs

v0.6.0

14 Sep 16:01
Compare
Choose a tag to compare
  • Add unsafe with_initialized_com for WMIConnection
  • Fix some clippy warnings and mark additional public functions as unsafe

Replace failure with thiserror, added support for f32,f64 values

21 Jul 15:49
Compare
Choose a tag to compare

Replace failure with thiserror - #20 by @darkskygit
Added support for f32,f64 values - #17 by @robot-rover

v0.4.6

17 Oct 09:10
Compare
Choose a tag to compare

Crate can now be built using the stable compiler (by @Codeusa )

v0.4.5: Merge pull request #14 from cameron-rowe/namespace

24 Sep 08:36
4aad8a5
Compare
Choose a tag to compare
Added ability to specify a namespace when creating a connection

v0.4.4

11 Jun 16:29
Compare
Choose a tag to compare
Fix `ok_or` which used `format_err`, causing perf problems with debug…

v0.4.3

05 Jun 08:49
Compare
Choose a tag to compare
Fix docs.rs build, added skeptic

v0.4.2

04 Jun 10:32
Compare
Choose a tag to compare

Added WMIDuration to handle duration values

v0.4.1

03 Jun 12:44
Compare
Choose a tag to compare
Try to pass login token via cargo env var

v0.4.0

03 Jun 12:26
Compare
Choose a tag to compare
remove rustup so cargo publish won't complain