Skip to content

Commit

Permalink
Prepare 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nvzqz committed Sep 10, 2020
1 parent 153c1f8 commit 335d335
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "fruity"
version = "0.0.0"
version = "0.1.0"
authors = ["Nikolai Vazquez <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "[WIP] Rusty bindings for Apple libraries"
description = "Rusty bindings for Apple libraries"
repository = "https://github.com/nvzqz/fruity"
homepage = "https://github.com/nvzqz/fruity"
documentation = "https://docs.rs/fruity"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! [WIP] Rusty bindings for Apple libraries, brought to you by
//! Rusty bindings for Apple libraries, brought to you by
//! [@NikolaiVazquez](https://twitter.com/NikolaiVazquez).

// This crate is only available for 32 and 64 bit systems.
Expand Down

0 comments on commit 335d335

Please sign in to comment.