Skip to content

Commit a2bdd9b

Browse files
Brian Myersbcmyers
Brian Myers
authored andcommittedDec 3, 2022
[num-format-windows] 0.4.4
1 parent fc443eb commit a2bdd9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎num-format-windows/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "num-format-windows"
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 <brian.carl.myers@gmail.com>"]
66
categories = []

‎num-format-windows/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#![allow(non_camel_case_types)]
1212
#![allow(non_snake_case)]
1313
#![allow(non_upper_case_globals)]
14-
#![doc(html_root_url = "https://docs.rs/num-format-windows/0.4.3")]
14+
#![doc(html_root_url = "https://docs.rs/num-format-windows/0.4.4")]
1515

1616
#[cfg(windows)]
1717
include!(concat!(env!("OUT_DIR"), "\\bindings.rs"));

0 commit comments

Comments
 (0)
Please sign in to comment.