From 900973b61f9c3068a1a02d0499056c3017baf5cc Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Sun, 18 Oct 2020 17:02:30 +0200 Subject: [PATCH] Remove outdated sentence in readme --- rust-bindings/rust/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/rust-bindings/rust/README.md b/rust-bindings/rust/README.md index 6fde4b7c..6f0c9147 100644 --- a/rust-bindings/rust/README.md +++ b/rust-bindings/rust/README.md @@ -67,9 +67,6 @@ Run the following command to update the bundled gir files: $ make update-gir-files ``` -The `OSTree-1.0.gir` file needs to be updated manually, either from a recent -distribution package or by building from source. - ### Documentation The libostree API documentation is not included in the code by default because of its LGPL license. This means normal `cargo doc` runs don't include API docs