Skip to content

Commit 705acf4

Browse files
committed
release: 0.6.0
1 parent cdeb1d5 commit 705acf4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mach2"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
license = "BSD-2-Clause OR MIT OR Apache-2.0"
55
description = "A Rust interface to the user-space API of the Mach 3.0 kernel that underlies OSX."
66
repository = "https://github.com/JohnTitor/mach2"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ platforms that support it.
2323

2424
```toml
2525
[target.'cfg(target_vendor = "apple")'.dependencies.mach]
26-
version = "0.4"
26+
version = "0.6"
2727
```
2828

2929
Available crate feature:

0 commit comments

Comments
 (0)