diff --git a/rust-bindings/rust/Cargo.toml b/rust-bindings/rust/Cargo.toml index b31de9d6..5f631d6f 100644 --- a/rust-bindings/rust/Cargo.toml +++ b/rust-bindings/rust/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "ostree" readme = "README.md" repository = "https://github.com/ostreedev/ostree-rs" -version = "0.12.1" +version = "0.12.2" exclude = [ "conf/**", diff --git a/rust-bindings/rust/sys/Cargo.toml b/rust-bindings/rust/sys/Cargo.toml index d7729525..77afa8b8 100644 --- a/rust-bindings/rust/sys/Cargo.toml +++ b/rust-bindings/rust/sys/Cargo.toml @@ -71,7 +71,7 @@ license = "MIT" links = "ostree-1" name = "ostree-sys" repository = "https://gitlab.com/fkrull/ostree-rs" -version = "0.8.1" +version = "0.8.2" edition = "2018" [package.metadata.docs.rs]