Skip to content

Commit a82f3ee

Browse files
bump crate version number to 0.2.0 prior to tagging and publishing on crates.io
1 parent 411d7f4 commit a82f3ee

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,6 +1,6 @@
11
[package]
22
name = "libproc"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "A rust wrapper of libproc to get information about running processes - currently Mac OS X only"
55
authors = ["Andrew Mackenzie <[email protected]>"]
66
repository = "https://github.com/andrewdavidmackenzie/libproc-rs"
@@ -21,4 +21,4 @@ path = "src/procinfo.rs"
2121

2222
[[bin]]
2323
name = "dmesg"
24-
path = "src/dmesg.rs"
24+
path = "src/dmesg.rs"

0 commit comments

Comments
 (0)