Skip to content

Commit

Permalink
Merge #38
Browse files Browse the repository at this point in the history
38: release nvpair-0.5.0, zfs-core-sys-0.5.0, zfs-core-0.5.0 r=jmesmon a=jmesmon



Co-authored-by: Cody P Schafer <dev@codyps.com>
  • Loading branch information
bors[bot] and codyps committed Dec 14, 2020
2 parents 2eda3c4 + 9bec0b6 commit 6ae5894
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nvpair/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "nvpair"
version = "0.4.0"
version = "0.5.0"
authors = ["Cody P Schafer <dev@codyps.com>"]
include = ["**/*.rs", "Cargo.toml"]
documentation = "https://docs.rs/nvpair"
Expand Down
5 changes: 1 addition & 4 deletions zfs-core-sys/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zfs-core-sys"
version = "0.4.0"
version = "0.5.0"
authors = ["Cody P Schafer <dev@codyps.com>"]
include = ["**/*.rs", "Cargo.toml"]
documentation = "https://docs.rs/zfs-core-sys"
Expand All @@ -16,6 +16,3 @@ pkg-config = "0.3"
[dependencies]
libc = "0.2"
nvpair-sys = { path = "../nvpair-sys", version = "0.4" }

[badges]
travis-ci = { repository = "jmesmon/rust-libzfs" }
6 changes: 3 additions & 3 deletions zfs-core/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zfs-core"
version = "0.4.0"
version = "0.5.0"
authors = ["Cody P Schafer <dev@codyps.com>"]
include = ["**/*.rs", "Cargo.toml"]
documentation = "https://docs.rs/zfs-core"
Expand All @@ -13,8 +13,8 @@ edition = "2018"
v2_00 = []

[dependencies]
nvpair = { path = "../nvpair", version = "0.4.0" }
zfs-core-sys = { path = "../zfs-core-sys", version = "0.4.0" }
nvpair = { path = "../nvpair", version = "0.5.0" }
zfs-core-sys = { path = "../zfs-core-sys", version = "0.5.0" }
cstr-argument = "0.1"
foreign-types = "0.5.0"
rand = "0.7.3"
Expand Down

0 comments on commit 6ae5894

Please sign in to comment.