From e1560e972b3a7b569c3658e4994449cf129d1d2e Mon Sep 17 00:00:00 2001 From: Ohad Ravid Date: Mon, 9 Sep 2024 08:43:49 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3c7411..2012bc8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # wmi -[![check](https://github.com/ohadravid/wmi-rs/actions/workflows/check.yml/badge.svg?branch=main)](https://github.com/ohadravid/wmi-rs/actions/workflows/check.yml)[![crates.io](https://img.shields.io/crates/v/wmi.svg)](https://crates.io/crates/wmi) +[![check](https://github.com/ohadravid/wmi-rs/actions/workflows/check.yml/badge.svg?branch=main)](https://github.com/ohadravid/wmi-rs/actions/workflows/check.yml) +[![crates.io](https://img.shields.io/crates/v/wmi.svg)](https://crates.io/crates/wmi) [![docs.rs](https://docs.rs/wmi/badge.svg)](https://docs.rs/crate/wmi) WMI (Windows Management Instrumentation) crate for rust. @@ -8,7 +9,7 @@ WMI (Windows Management Instrumentation) crate for rust. ```toml # Cargo.toml [dependencies] -wmi = "0.13" +wmi = "0.14" ``` ## Examples