Skip to content

Commit

Permalink
release: v0.2.1
Browse files Browse the repository at this point in the history
CHANGELOG:
- Add new (Unix-only) set_fds_cloexec() helper
- FreeBSD: Don't use the kern.proc.nfds sysctl from close_open_fds()
  (since closefrom() can be used to provide a performance boost on the
  BSDs, and kern.proc.nfds may actually slow that down)
- Internal reorganization
- Improved documentation
  • Loading branch information
cptpcrd committed Aug 27, 2020
1 parent 50a7ca7 commit e1affac
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.2.0"
version = "0.2.1"
edition = "2018"

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

0 comments on commit e1affac

Please sign in to comment.