Skip to content

Commit

Permalink
deploy: 3080ece
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Mar 4, 2024
1 parent 0e87065 commit 0a5be15
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ <h1 class="menu-title">Slack Morphism for Rust</h1>
<h2 id="getting-started"><a class="header" href="#getting-started">Getting Started</a></h2>
<p>Cargo.toml dependencies example:</p>
<pre><code class="language-toml">[dependencies]
slack-morphism = { version = "2.0", features = ["hyper", "axum"] }
slack-morphism = { version = "2.1", features = ["hyper", "axum"] }
</code></pre>
<p>All imports you need:</p>
<pre><code class="language-rust noplaypen">use slack_morphism::prelude::*;</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ <h2 id="modular-design"><a class="header" href="#modular-design">Modular design<
<div style="break-before: page; page-break-before: always;"></div><h2 id="getting-started"><a class="header" href="#getting-started">Getting Started</a></h2>
<p>Cargo.toml dependencies example:</p>
<pre><code class="language-toml">[dependencies]
slack-morphism = { version = "2.0", features = ["hyper", "axum"] }
slack-morphism = { version = "2.1", features = ["hyper", "axum"] }
</code></pre>
<p>All imports you need:</p>
<pre><code class="language-rust noplaypen">use slack_morphism::prelude::*;</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 0a5be15

Please sign in to comment.