Skip to content

Commit 335d335

Browse files
committed
Prepare 0.1.0 release
1 parent 153c1f8 commit 335d335

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "fruity"
3-
version = "0.0.0"
3+
version = "0.1.0"
44
authors = ["Nikolai Vazquez <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
7-
description = "[WIP] Rusty bindings for Apple libraries"
7+
description = "Rusty bindings for Apple libraries"
88
repository = "https://github.com/nvzqz/fruity"
99
homepage = "https://github.com/nvzqz/fruity"
1010
documentation = "https://docs.rs/fruity"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! [WIP] Rusty bindings for Apple libraries, brought to you by
1+
//! Rusty bindings for Apple libraries, brought to you by
22
//! [@NikolaiVazquez](https://twitter.com/NikolaiVazquez).
33
44
// This crate is only available for 32 and 64 bit systems.

0 commit comments

Comments
 (0)