diff --git a/README.md b/README.md index dd05aea..a3bf74e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -[![Rust](https://github.com/SapphirusBeryl/simplebyteunit/actions/workflows/rust.yml/badge.svg)](https://github.com/SapphirusBeryl/simplebyteunit/actions/workflows/rust.yml) - -# SimpleByteUnit +# SimpleByteUnit [![Build Workflow](https://git.sapphirus.org/Sapphirus/SimpleByteUnit/badges/workflows/check.yml/badge.svg?label=build&logo=github+actions&logoColor=d1d7e0&style=flat-square)](https://git.sapphirus.org/Sapphirus/SimpleByteUnit/actions?workflow=check.yml) SimpleByteUnit is a crate which provides a thin encapsulate for integer primitives to facilitate a fast, simple, yet ergonomic byteunit implementation. @@ -10,7 +8,7 @@ Add 'simplebyteunit' to your 'Cargo.toml': ``` [dependencies] -simplebyteunit = "0.2.0" +simplebyteunit = "0.3.0" ``` ## Example diff --git a/src/lib.rs b/src/lib.rs index ad70fa4..65ba704 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -19,7 +19,7 @@ Add 'simplebyteunit' to your 'Cargo.toml': ```toml [dependencies] -simplebyteunit = "0.2.0" +simplebyteunit = "0.3.0" ``` ## Example