Displaying 2 results from an estimated 2 matches for "d217a530".
Did you mean:
  d217a530e
  
2019 Aug 11
0
[PATCH 2/2] Rust bindings: Make it able to publish this crate
...he details of how to publish this crate.
---
 rust/Cargo.toml.in |  5 ++++-
 rust/README.md     | 42 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+), 1 deletion(-)
 create mode 100644 rust/README.md
diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in
index b61e3ec7f..d217a530e 100644
--- a/rust/Cargo.toml.in
+++ b/rust/Cargo.toml.in
@@ -17,7 +17,10 @@
 
 [package]
 name = "guestfs"
-version = "@VERSION@"
+version = "0.1.0-compat@VERSION@"
 edition = "2018"
+authors = ["Hiroyuki Katsura <hiroyuki.katsura.0513@gmail.com>&...
2019 Aug 11
5
[PATCH 1/2] Rust bindings: Add long description
`cargo doc` will generate docs with long descriptions.
I did not add the settings of outputting these docs to `/website`.
This is because
 - by publishing this crate to crates.io, users can see the docs in
 `docs.rs` like `https://docs.rs/guestfs/<version>/guestfs/`. It is easy
 to hold multiple documents corresponding to each version.
 - the style of the documents generated by `cargo doc`