mirror of
https://github.com/openharmony/third_party_rust_ryu.git
synced 2026-07-01 07:14:56 -04:00
Release 0.2.5
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ryu"
|
||||
version = "0.2.4"
|
||||
version = "0.2.5"
|
||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||
license = "Apache-2.0"
|
||||
description = "Fast floating point to string conversion"
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@
|
||||
//! ```
|
||||
|
||||
#![no_std]
|
||||
#![doc(html_root_url = "https://docs.rs/ryu/0.2.4")]
|
||||
#![doc(html_root_url = "https://docs.rs/ryu/0.2.5")]
|
||||
#![cfg_attr(
|
||||
feature = "cargo-clippy",
|
||||
allow(
|
||||
|
||||
Reference in New Issue
Block a user