mirror of
https://github.com/LeopoldArkham/humansize
synced 2024-11-10 06:14:15 +00:00
Bump version in readme as well
This commit is contained in:
parent
b3bc875546
commit
fffcfaf583
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "humansize"
|
||||
version = "2.1.1"
|
||||
version = "2.1.2"
|
||||
authors = ["Leopold Arkham <leopold.arkham@gmail.com>"]
|
||||
edition = "2021"
|
||||
readme = "README.md"
|
||||
|
|
|
@ -17,7 +17,7 @@ Add humansize as a dependency to your project's `cargo.toml`:
|
|||
```toml
|
||||
[dependencies]
|
||||
...
|
||||
humansize = "2.1.1"
|
||||
humansize = "2.1.2"
|
||||
```
|
||||
|
||||
### ... to easily format a size:
|
||||
|
|
Loading…
Reference in a new issue