diff --git a/rust-bindings/rust/libostree-sys/Cargo.toml b/rust-bindings/rust/libostree-sys/Cargo.toml index 0ed753d1..88868c87 100644 --- a/rust-bindings/rust/libostree-sys/Cargo.toml +++ b/rust-bindings/rust/libostree-sys/Cargo.toml @@ -49,7 +49,7 @@ license = "MIT" links = "ostree-1" name = "libostree-sys" repository = "https://gitlab.com/fkrull/rust-libostree" -version = "0.1.4" +version = "0.1.5" [package.metadata.docs.rs] features = ["dox"] diff --git a/rust-bindings/rust/libostree/Cargo.toml b/rust-bindings/rust/libostree/Cargo.toml index 4cda12a2..d50d53b0 100644 --- a/rust-bindings/rust/libostree/Cargo.toml +++ b/rust-bindings/rust/libostree/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libostree" -version = "0.1.0" +version = "0.1.1" authors = ["Felix Krull"] build = "build.rs"