Skip to content

Commit d521707

Browse files
Fix documentation link in Cargo.toml for crates.io and bump version (#140)
1 parent b21bec1 commit d521707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "libproc"
3-
version = "0.14.6"
3+
version = "0.14.8"
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"
7-
documentation = "https://andrewdavidmackenzie.github.io/libproc-rs/libproc/index.html"
7+
documentation = "https://docs.rs/libproc/latest/libproc"
88
readme = "README.md"
99
license = "MIT"
1010
edition = "2018"

0 commit comments

Comments
 (0)