Release 0.2.0
This commit is contained in:
parent
7d182d860b
commit
cf41d54420
3 changed files with 4 additions and 5 deletions
|
@ -8,7 +8,7 @@ Add 'simplebyteunit' to your 'Cargo.toml':
|
|||
|
||||
```
|
||||
[dependencies]
|
||||
simplebyteunit = "0.1.0"
|
||||
simplebyteunit = "0.2.0"
|
||||
```
|
||||
|
||||
## Example
|
||||
|
@ -26,5 +26,5 @@ println!("{byteunit_var}");
|
|||
Output:
|
||||
|
||||
```
|
||||
500 KB
|
||||
500 kB
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue