Skip to content

Commit

Permalink
Bump to 0.1.54.
Browse files Browse the repository at this point in the history
  • Loading branch information
Euphrasiologist committed Apr 12, 2022
1 parent 8a75e22 commit 1f3e5c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "goat-cli"
version = "0.1.53"
authors = ["Max Brown <[email protected]>"]
version = "0.1.54"
authors = ["Max Brown <[email protected]>", "Rich Challis <[email protected]>", "Sujai Kumar <[email protected]>", "Cibele Sotero-Caio <[email protected]>"]
edition = "2021"
license = "MIT"
description = "Query metadata for any species across the tree of life."
homepage = "https://github.com/genomehubs/goat-cli"
homepage = "https://github.com/genomehubs/goat-cli/wiki"
repository = "https://github.com/genomehubs/goat-cli"
documentation = "https://github.com/genomehubs/goat-cli/wiki"
documentation = "https://genomehubs.github.io/goat-cli/goat_cli/"
keywords = ["goat", "genome", "tree", "ncbi", "genomics"]
categories = ["command-line-utilities", "science"]

Expand Down
2 changes: 1 addition & 1 deletion docs/goat_cli/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</a><h2 class="location"></h2>
</nav>
<nav class="sidebar"><a class="sidebar-logo" href="../goat_cli/index.html"><div class="logo-container"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></div>
</a><h2 class="location"><a href="#">Crate goat_cli</a></h2><div class="sidebar-elems"><div class="block"><ul><li class="version">Version 0.1.53</li><li><a id="all-types" href="all.html">All Items</a></li></div></ul><section><div class="block"><ul><li><a href="#modules">Modules</a></li></ul></div></section><div id="sidebar-vars" data-name="goat_cli" data-ty="mod" data-relpath=""></div><script defer src="sidebar-items.js"></script></div></nav><main><div class="width-limiter"><div class="sub-container"><a class="sub-logo-container" href="../goat_cli/index.html"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></a><nav class="sub"><div class="theme-picker hidden"><button id="theme-picker" aria-label="Pick another theme!" aria-haspopup="menu" title="themes"><img width="22" height="22" alt="Pick another theme!" src="../brush.svg"></button><div id="theme-choices" role="menu"></div></div><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><button type="button" id="help-button" title="help">?</button><a id="settings-menu" href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../wheel.svg"></a></div></form></nav></div><section id="main-content" class="content"><div class="main-heading">
</a><h2 class="location"><a href="#">Crate goat_cli</a></h2><div class="sidebar-elems"><div class="block"><ul><li class="version">Version 0.1.54</li><li><a id="all-types" href="all.html">All Items</a></li></div></ul><section><div class="block"><ul><li><a href="#modules">Modules</a></li></ul></div></section><div id="sidebar-vars" data-name="goat_cli" data-ty="mod" data-relpath=""></div><script defer src="sidebar-items.js"></script></div></nav><main><div class="width-limiter"><div class="sub-container"><a class="sub-logo-container" href="../goat_cli/index.html"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></a><nav class="sub"><div class="theme-picker hidden"><button id="theme-picker" aria-label="Pick another theme!" aria-haspopup="menu" title="themes"><img width="22" height="22" alt="Pick another theme!" src="../brush.svg"></button><div id="theme-choices" role="menu"></div></div><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><button type="button" id="help-button" title="help">?</button><a id="settings-menu" href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../wheel.svg"></a></div></form></nav></div><section id="main-content" class="content"><div class="main-heading">
<h1 class="fqn"><span class="in-band">Crate <a class="mod" href="#">goat_cli</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span></h1><span class="out-of-band"><a class="srclink" href="../src/goat_cli/lib.rs.html#1-23">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p><code>goat-cli</code> is a command line interface to query the
<a href="https://goat.genomehubs.org/api-docs/">Genomes on a Tree Open API</a> using
an asynchronous <a href="https://docs.rs/tokio/latest/tokio/"><code>tokio</code></a> runtime.</p>
Expand Down

0 comments on commit 1f3e5c4

Please sign in to comment.