Codebase list rust-libslirp / 4649a71
opener: update patch to remove fuzz Ximin Luo 4 years ago
2 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
11
22 * Package opener 0.4.1 from crates.io using debcargo 2.4.0
33
4 -- Ximin Luo <infinity0@debian.org> Tue, 31 Dec 2019 03:02:54 +0000
4 -- Ximin Luo <infinity0@debian.org> Tue, 31 Dec 2019 03:05:25 +0000
55
66 rust-opener (0.4.0-1) unstable; urgency=medium
77
77 +//! used. On other platforms, the system `xdg-open` script is used.
88 //! instead a version is embedded within this library.
99
10 #[cfg(target_os = "windows")]
11 @@ -160,14 +160,12 @@
10 #![warn(
11 @@ -167,14 +167,12 @@
1212
1313 #[cfg(not(any(target_os = "windows", target_os = "macos")))]
1414 fn open_sys(path: &OsStr) -> Result<(), OpenError> {