Skip to content
This repository was archived by the owner on Apr 19, 2022. It is now read-only.

Commit 7e71521

Browse files
committed
DEPRECATED: bump to 4.4.3 to update crates.io readme
1 parent ae4bc3b commit 7e71521

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[package]
2-
description = "Large fixed-size integers arithmetics"
2+
description = "DEPRECATED: use uint instead"
33
homepage = "http://parity.io"
44
repository = "https://github.com/ethcore/bigint"
55
license = "MIT/Apache-2.0"
66
name = "bigint"
7-
version = "4.4.2"
7+
version = "4.4.3"
88
authors = ["Parity Technologies <[email protected]>"]
9+
readme = "README.md"
910

1011
[dependencies]
1112
rustc-hex = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)