diff --git a/rust-bindings/rust/libostree-sys/Cargo.toml b/rust-bindings/rust/libostree-sys/Cargo.toml index dc94457f..38e34217 100644 --- a/rust-bindings/rust/libostree-sys/Cargo.toml +++ b/rust-bindings/rust/libostree-sys/Cargo.toml @@ -1,5 +1,5 @@ [badges.gitlab] -repository = "https://gitlab.com/fkrull/rust-libostree" +repository = "fkrull/rust-libostree" [build-dependencies] pkg-config = "0.3.7" @@ -47,6 +47,5 @@ keywords = ["ffi", "ostree", "libostree"] license = "MIT" links = "ostree" name = "libostree-sys" -readme = "README.md" repository = "https://gitlab.com/fkrull/rust-libostree" -version = "0.1.0" +version = "0.1.1" diff --git a/rust-bindings/rust/libostree-sys/README.md b/rust-bindings/rust/libostree-sys/README.md deleted file mode 100644 index 2d4096e4..00000000 --- a/rust-bindings/rust/libostree-sys/README.md +++ /dev/null @@ -1,4 +0,0 @@ -# Autogenerated FFI bindings for libostree -This crate contains the unsafe low-level FFI bindings for libostree. You most likely want the -[libostree crate](https://crates.io/crates/libostree) instead. It provides a higher-level, safe interface on top of this -crate.