We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb2798 commit 53ec41dCopy full SHA for 53ec41d
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "bytesize"
3
description = "an utility for human-readable bytes representations"
4
-version = "1.0.2"
+version = "1.1.0"
5
authors = ["Hyunsik Choi <[email protected]>"]
6
7
homepage = "https://github.com/hyunsik/bytesize/"
README.md
@@ -19,7 +19,7 @@ Add this to your Cargo.toml:
19
20
```toml
21
[dependencies]
22
-bytesize = {version = "1.0.1", features = ["serde"]}
+bytesize = {version = "1.1.0", features = ["serde"]}
23
```
24
25
and this to your crate root:
0 commit comments