Skip to content

Commit

Permalink
Release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 18, 2018
1 parent 4c787c5 commit 206ea23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ryu"
version = "0.2.3"
version = "0.2.4"
authors = ["David Tolnay <[email protected]>"]
license = "Apache-2.0"
description = "Fast floating point to string conversion"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
//! ```
#![no_std]
#![doc(html_root_url = "https://docs.rs/ryu/0.2.3")]
#![doc(html_root_url = "https://docs.rs/ryu/0.2.4")]
#![cfg_attr(feature = "no-panic", feature(use_extern_macros))]
#![cfg_attr(
feature = "cargo-clippy",
Expand Down

0 comments on commit 206ea23

Please sign in to comment.