Skip to content

Commit 9ed3160

Browse files
committed
a few minor updates
Signed-off-by: James Sturtevant <[email protected]>
1 parent b892547 commit 9ed3160

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
run: |
3030
cargo fmt -- --check
3131
cargo check
32-
- name: Check
32+
- name: Tests
3333
run: cargo test

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ windows-sys = { version = "0.48.0", features = [
2121

2222
]}
2323
cvt = "0.1.2"
24-
libc = "0.2.147"
24+
libc = "0.2.147"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Power-Process
22

3-
This a fork of the std library Command and Process for Windows (under same MIT/Apache2 licenses) to enable a few key use cases. Most files are straight from Rust std library modified to work outside the library.
3+
This a fork of the std library Command for Process creation in Windows (under same MIT/Apache2 licenses) to enable a few key use cases. Most files are straight from Rust std library modified to work outside the library.
44

55
The reason for this is to have a more robust command experience and provide the customization of creating a Windows process that the std library is missing. This provides a way to get access to features now while they stabilize upstream but adheres to the Command API so it can be swapped to the std library. The long term goal would be upstream many of the features here.
66

0 commit comments

Comments
 (0)