From 38c477b5ec10b9889268e7e2bcabffc041dd5eef Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Tue, 16 Oct 2018 21:05:34 +0200 Subject: [PATCH] Only publish for master & set docs urls --- rust-bindings/rust/.gitlab-ci.yml | 4 ++-- rust-bindings/rust/libostree-sys/Cargo.toml | 1 + rust-bindings/rust/libostree/Cargo.toml | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/rust-bindings/rust/.gitlab-ci.yml b/rust-bindings/rust/.gitlab-ci.yml index 5fa82108..24c2d4ef 100644 --- a/rust-bindings/rust/.gitlab-ci.yml +++ b/rust-bindings/rust/.gitlab-ci.yml @@ -59,8 +59,8 @@ pages: artifacts: paths: - public - #only: - #- master + only: + - master # publish publish_libostree-sys: diff --git a/rust-bindings/rust/libostree-sys/Cargo.toml b/rust-bindings/rust/libostree-sys/Cargo.toml index 38e34217..304c7b00 100644 --- a/rust-bindings/rust/libostree-sys/Cargo.toml +++ b/rust-bindings/rust/libostree-sys/Cargo.toml @@ -43,6 +43,7 @@ authors = ["Felix Krull "] build = "build.rs" categories = ["external-ffi-bindings"] description = "FFI bindings to libostree-1" +documentation = "https://fkrull.gitlab.io/rust-libostree/libostree_sys" keywords = ["ffi", "ostree", "libostree"] license = "MIT" links = "ostree" diff --git a/rust-bindings/rust/libostree/Cargo.toml b/rust-bindings/rust/libostree/Cargo.toml index d70b0b79..5e02e58d 100644 --- a/rust-bindings/rust/libostree/Cargo.toml +++ b/rust-bindings/rust/libostree/Cargo.toml @@ -2,6 +2,8 @@ name = "libostree" version = "0.1.0" +documentation = "https://fkrull.gitlab.io/rust-libostree/libostree" + [lib] name = "libostree"