Skip to content

Commit

Permalink
Prepare for 0.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed Dec 12, 2023
1 parent 7005967 commit 8db37c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "command-fds"
version = "0.2.3"
version = "0.3.0"
edition = "2018"
authors = ["Andrew Walbran <qwandor@google.com>"]
license = "Apache-2.0"
Expand All @@ -12,7 +12,9 @@ categories = ["os::unix-apis"]
[dependencies]
nix = { version = "0.27.0", features = ["fs"] }
thiserror = "1.0.24"
tokio-crate = { package = "tokio", version = "1.32.0", optional = true, default-features = false, features = ["process"] }
tokio-crate = { package = "tokio", version = "1.32.0", optional = true, default-features = false, features = [
"process",
] }

[features]
default = []
Expand Down

0 comments on commit 8db37c4

Please sign in to comment.