Skip to content

Commit

Permalink
bump the edition to 2021
Browse files Browse the repository at this point in the history
The current driver of this crate's MSRV is the once_cell dependency, so
this is not an MSRV bump.
  • Loading branch information
oconnor663 committed Dec 22, 2023
1 parent bb6a599 commit 0708108
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
Expand Up @@ -8,7 +8,7 @@ documentation = "https://docs.rs/duct"
readme = "README.md"
license = "MIT"
keywords = ["process", "subprocess", "command", "child", "pipe"]
edition = "2018"
edition = "2021"

[dependencies]
os_pipe = "1.0.0"
Expand Down

0 comments on commit 0708108

Please sign in to comment.