Skip to content

Commit

Permalink
release: v0.2.0
Browse files Browse the repository at this point in the history
CHANGELOG:
- Improve efficiency of close_open_fds() if keep_fds is sorted
- Add Windows support (closes file *descriptors* only, not file
  *handles*)
- Disable /proc/self/fd check on WSL 1, where it's broken (it works on
  WSL 2)
- Open all file descriptors as O_CLOEXEC (just in case)
- Make tests stricter
  • Loading branch information
cptpcrd committed Aug 17, 2020
1 parent d604757 commit 3dd051c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "close_fds"
version = "0.1.0"
version = "0.2.0"
edition = "2018"

description = "A library that makes it easy to close all open file descriptors."
Expand Down

0 comments on commit 3dd051c

Please sign in to comment.