From: Felix Krull Date: Fri, 24 Jul 2020 13:25:56 +0000 (+0200) Subject: Fix indentation in readme X-Git-Tag: archive/raspbian/2022.4-1+rpi1^2~9^2^2~20^2~123 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d7848fe8bf3dc68461e8b450102abe6e70f05e64;p=ostree.git Fix indentation in readme --- diff --git a/rust-bindings/rust/README.md b/rust-bindings/rust/README.md index adab5c96..35ef22e1 100644 --- a/rust-bindings/rust/README.md +++ b/rust-bindings/rust/README.md @@ -102,9 +102,9 @@ The version needs to be changed in the following places (if applicable): * in `Cargo.toml` for the main crate version * in `README.md` in the *Installing* section in case of major version bumps - Then tag the commit as `ostree/x.y.z` and/or `ostree-sys/x.y.z`. This will run - the crates.io deployment jobs. Main and -sys crate don't have to be released in - lockstep. +Then tag the commit as `ostree/x.y.z` and/or `ostree-sys/x.y.z`. This will run +the crates.io deployment jobs. Main and -sys crate don't have to be released in +lockstep. ## License The `ostree` crate is licensed under the MIT license. See the LICENSE file for