mirror of
https://github.com/openharmony/third_party_rust_itoa.git
synced 2026-06-30 21:17:55 -04:00
Release 1.0.6
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "itoa"
|
||||
version = "1.0.5" # remember to update html_root_url
|
||||
version = "1.0.6" # remember to update html_root_url
|
||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||
categories = ["value-formatting", "no-std"]
|
||||
description = "Fast integer primitive to string conversion"
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@
|
||||
//!
|
||||
//! 
|
||||
|
||||
#![doc(html_root_url = "https://docs.rs/itoa/1.0.5")]
|
||||
#![doc(html_root_url = "https://docs.rs/itoa/1.0.6")]
|
||||
#![no_std]
|
||||
#![allow(
|
||||
clippy::cast_lossless,
|
||||
|
||||
Reference in New Issue
Block a user