From 1d571d79104a3cf34f4ae22ce8d054dfa54e6f09 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Tue, 16 Oct 2018 19:50:26 +0200 Subject: [PATCH] Fix Gitlab URL & remove readme It's unnecessary. --- rust-bindings/rust/libostree-sys/Cargo.toml | 5 ++--- rust-bindings/rust/libostree-sys/README.md | 4 ---- 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 rust-bindings/rust/libostree-sys/README.md 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.