Skip to content

Commit

Permalink
version 1.1.0
Browse files Browse the repository at this point in the history
Changes since 1.0.1:
- Added the `io_safety` feature, which implements various conversions to
  and from the `OwnedFd` and `BorrowedFd` IO safety types introduced in
  Rust 1.63. This feature is currently off by default to avoid bumping
  the MSRV too aggressively, but someday we'll bump the MSRV, these
  conversions will be implemented unconditionally, and this feature will
  become no-op.
  • Loading branch information
oconnor663 committed Oct 1, 2022
1 parent a2c2237 commit 3d658ff
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 = "os_pipe"
version = "1.0.1"
version = "1.1.0"
authors = ["Jack O'Connor"]
description = "a cross-platform library for opening OS pipes"
repository = "https://github.com/oconnor663/os_pipe.rs"
Expand Down

0 comments on commit 3d658ff

Please sign in to comment.