We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc443eb commit a2bdd9bCopy full SHA for a2bdd9b
num-format-windows/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "num-format-windows"
3
-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!
4
5
authors = ["Brian Myers <brian.carl.myers@gmail.com>"]
6
categories = []
num-format-windows/src/lib.rs
@@ -11,7 +11,7 @@
11
#![allow(non_camel_case_types)]
12
#![allow(non_snake_case)]
13
#![allow(non_upper_case_globals)]
14
-#![doc(html_root_url = "https://docs.rs/num-format-windows/0.4.3")]
+#![doc(html_root_url = "https://docs.rs/num-format-windows/0.4.4")]
15
16
#[cfg(windows)]
17
include!(concat!(env!("OUT_DIR"), "\\bindings.rs"));
0 commit comments