Skip to content

Commit 603a713

Browse files
committed
chore: prepare release v1.3.3
1 parent 110336a commit 603a713

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

+2-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.3.2"
4+
version = "1.3.3"
55
authors = ["Hyunsik Choi <[email protected]>"]
66

77
homepage = "https://github.com/bytesize-rs/bytesize/"
@@ -10,6 +10,7 @@ repository = "https://github.com/bytesize-rs/bytesize/"
1010
readme = "README.md"
1111
keywords = ["byte", "byte-size", "utility", "human-readable", "format"]
1212
license = "Apache-2.0"
13+
rust-version = "1.61"
1314

1415
[dependencies]
1516
serde = { version = "1.0.185", optional = true }

0 commit comments

Comments
 (0)