Skip to content

Commit

Permalink
[num-format] 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Myers authored and bcmyers committed Dec 3, 2022
1 parent a2bdd9b commit c217371
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions num-format/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "num-format"
version = "0.4.3" # Remember to keep html_root_url in lib.rs in sync!
version = "0.4.4" # Remember to keep html_root_url in lib.rs in sync!

authors = ["Brian Myers <brian.carl.myers@gmail.com>"]
categories = ["encoding", "internationalization", "localization", "no-std", "value-formatting"]
Expand All @@ -27,7 +27,7 @@ encoding_rs = { version = "0.8.31", optional = true }
libc = { version = "0.2.134", optional = true }

[target.'cfg(windows)'.dependencies]
num-format-windows = { version = "0.4.3", optional = true }
num-format-windows = { version = "0.4.4", optional = true }
widestring = { version = "1.0.2", optional = true }
winapi = { version = "0.3.9", features = ["winnls"], optional = true }

Expand Down
2 changes: 1 addition & 1 deletion num-format/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ at your option.
trivial_numeric_casts,
unused
)]
#![doc(html_root_url = "https://docs.rs/num-format/0.4.3")]
#![doc(html_root_url = "https://docs.rs/num-format/0.4.4")]

#[cfg(all(feature = "with-system-locale", unix))]
#[macro_use]
Expand Down

0 comments on commit c217371

Please sign in to comment.