Skip to content

Commit 0507e17

Browse files
Bump version number to publish on crates.io with new doc link
1 parent 47101b1 commit 0507e17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libproc"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
description = "A library to get information about running processes - for Mac OS X and Linux"
55
authors = ["Andrew Mackenzie <[email protected]>"]
66
repository = "https://github.com/andrewdavidmackenzie/libproc-rs"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ match proc_pid::pidpath(pid) {
1919
```
2020

2121
# Documentation
22-
Run "cargo doc" and then open "./target/doc/libproc/index.html".
23-
More documentation will be added over time.
22+
[Online code docs](https://andrewdavidmackenzie.github.io/libproc-rs/libproc/)
2423

2524
# API
2625
At the moment these methods have been implemented:
@@ -53,6 +52,7 @@ pub fn pidcwd(pid: pid_t) -> Result<PathBuf, String> (linux)
5352
```
5453
pub fn cwdself() -> Result<PathBuf, String> (linux)
5554
```
55+
5656
## File and FileDescriptor related
5757
```
5858
pub fn pidfdinfo<T: PIDFDInfo>(pid : i32, fd: i32) -> Result<T, String> (macos)

0 commit comments

Comments
 (0)