Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 2375fd8

Browse files
author
Joe Grund
committed
package bumps
Signed-off-by: Joe Grund <jgrund@whamcloud.io>
1 parent 3ca1920 commit 2375fd8

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

Cargo.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libzfs-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libzfs-types"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["IML Team <iml@whamcloud.com>"]
55
description = "Shared types for libzfs"
66
license = "MIT"

libzfs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "libzfs"
3-
version = "0.6.11"
3+
version = "0.6.12"
44
authors = ["IML Team <iml@whamcloud.com>"]
55
description = "Rust wrapper around libzfs-sys"
66
license = "MIT"
77

88
[dependencies]
99
libzfs-sys = { path = "../libzfs-sys", version = "0.5.7"}
10-
libzfs-types = { path = "../libzfs-types", version = "0.1.0" }
10+
libzfs-types = { path = "../libzfs-types", version = "0.1.1" }
1111
nvpair-sys = "0.1"
1212
serde = "1.0"
1313
serde_derive = "1.0"

0 commit comments

Comments
 (0)