We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f6066 commit 1d3e9ceCopy full SHA for 1d3e9ce
Cargo.toml
@@ -29,7 +29,7 @@ io-kit-sys = "0.4.0"
29
mach2 = "0.4.1"
30
31
[target."cfg(windows)".dependencies]
32
-regex = "1.5.5"
+regex-lite = "0.1"
33
34
[target."cfg(windows)".dependencies.winapi]
35
version = "0.3.9"
src/windows/enumerate.rs
@@ -1,7 +1,7 @@
1
use std::ffi::{CStr, CString};
2
use std::{mem, ptr};
3
4
-use regex::Regex;
+use regex_lite::Regex;
5
use winapi::shared::guiddef::*;
6
use winapi::shared::minwindef::*;
7
use winapi::shared::winerror::*;
0 commit comments