aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 2836539..60701a5 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "ryu"
-version = "1.0.12" # don't forget to update html_root_url
+version = "1.0.13" # don't forget to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["value-formatting", "no-std"]
description = "Fast floating point to string conversion"
@@ -27,5 +27,8 @@ num_cpus = "1.8"
rand = "0.8"
rand_xorshift = "0.3"
+[lib]
+doc-scrape-examples = false
+
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]