From 5b9c9b56f6764e7317b99dd767c178484d88691e Mon Sep 17 00:00:00 2001 From: Mike Boutin Date: Mon, 15 Feb 2021 15:59:25 -0500 Subject: [PATCH] Document fewer underlying storage types on docs.rs. Resolves #241. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6c50ba2e..059bc5d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ autotests = true autobenches = true [package.metadata.docs.rs] -all-features = true +features = ["usize", "u32", "u64", "isize", "i32", "i64", "bigint", "biguint", "rational", "rational32", "rational64", "bigrational", "try-from", "use_serde"] [badges] maintenance = { status = "actively-developed" }