mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
92194c680d
Updates the requirements on [os_pipe](https://github.com/oconnor663/os_pipe.rs) to permit the latest version. - [Release notes](https://github.com/oconnor663/os_pipe.rs/releases) - [Commits](https://github.com/oconnor663/os_pipe.rs/compare/0.9.2...1.1.2) --- updated-dependencies: - dependency-name: os_pipe dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
9 lines
133 B
TOML
9 lines
133 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.43"
|
|
os_pipe = "1.1.2"
|
|
structopt = "0.3.22"
|