Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c217371

Browse files
Brian Myersbcmyers
authored andcommitted
[num-format] 0.4.4
1 parent a2bdd9b commit c217371

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

num-format/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "num-format"
3-
version = "0.4.3" # Remember to keep html_root_url in lib.rs in sync!
3+
version = "0.4.4" # Remember to keep html_root_url in lib.rs in sync!
44

55
authors = ["Brian Myers <[email protected]>"]
66
categories = ["encoding", "internationalization", "localization", "no-std", "value-formatting"]
@@ -27,7 +27,7 @@ encoding_rs = { version = "0.8.31", optional = true }
2727
libc = { version = "0.2.134", optional = true }
2828

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

num-format/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ at your option.
237237
trivial_numeric_casts,
238238
unused
239239
)]
240-
#![doc(html_root_url = "https://docs.rs/num-format/0.4.3")]
240+
#![doc(html_root_url = "https://docs.rs/num-format/0.4.4")]
241241

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

0 commit comments

Comments
 (0)