Skip to content

Commit 53ec41d

Browse files
committed
Bump up to 1.1.0
1 parent feb2798 commit 53ec41d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bytesize"
33
description = "an utility for human-readable bytes representations"
4-
version = "1.0.2"
4+
version = "1.1.0"
55
authors = ["Hyunsik Choi <[email protected]>"]
66

77
homepage = "https://github.com/hyunsik/bytesize/"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add this to your Cargo.toml:
1919

2020
```toml
2121
[dependencies]
22-
bytesize = {version = "1.0.1", features = ["serde"]}
22+
bytesize = {version = "1.1.0", features = ["serde"]}
2323
```
2424

2525
and this to your crate root:

0 commit comments

Comments
 (0)