Skip to content

Commit

Permalink
(cargo-release) version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andoriyu committed Aug 29, 2019
1 parent fb0b5a8 commit 9bad710
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[package]
name = "libnv"
version = "0.1.4-pre"
version = "0.2.0"
authors = ["Andrey Cherkashin <[email protected]>"]
categories = ["api-bindings", "data-structures", "os"]
license = "BSD-2-Clause"
description = "Safe and rustic wrapper around libnv-sys."
repository = "https://github.com/Inner-Heaven/libnv-rs"

[features]
default = ["libnv", "nvpair"]
libnv = ["libnv-sys"]
nvpair = ["nvpair-sys"]

[package.metadata.release]
sign-commit = true
upload-doc = false
dev-version-ext = "pre"

[features]
default = ["libnv", "nvpair"]
libnv = ["libnv-sys"]
nvpair = ["nvpair-sys"]

[dependencies]
libc = "0.2"
quick-error = "1.2"
Expand Down

0 comments on commit 9bad710

Please sign in to comment.