mirror of
https://github.com/openharmony/third_party_rust_ryu.git
synced 2026-07-01 07:14:56 -04:00
Release 1.0.13
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ryu"
|
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>"]
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||||
categories = ["value-formatting", "no-std"]
|
categories = ["value-formatting", "no-std"]
|
||||||
description = "Fast floating point to string conversion"
|
description = "Fast floating point to string conversion"
|
||||||
|
|||||||
+1
-1
@@ -81,7 +81,7 @@
|
|||||||
//! notation.
|
//! notation.
|
||||||
|
|
||||||
#![no_std]
|
#![no_std]
|
||||||
#![doc(html_root_url = "https://docs.rs/ryu/1.0.12")]
|
#![doc(html_root_url = "https://docs.rs/ryu/1.0.13")]
|
||||||
#![allow(
|
#![allow(
|
||||||
clippy::cast_lossless,
|
clippy::cast_lossless,
|
||||||
clippy::cast_possible_truncation,
|
clippy::cast_possible_truncation,
|
||||||
|
|||||||
Reference in New Issue
Block a user