Skip to content

Commit

Permalink
deploy: 7c1e315
Browse files Browse the repository at this point in the history
  • Loading branch information
beltram committed Jun 12, 2023
1 parent d25dce3 commit 6f7bec9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion html/contract/consumer.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h2 id="importing"><a class="header" href="#importing">importing</a></h2>
<p>To begin with, add <a href="https://crates.io/crates/stubr-build">stubr-build</a> to your build dependencies. Then also add the
producers (here we will use <code>actix-producer</code>).</p>
<pre><code class="language-toml">[build-dependencies]
stubr-build = &quot;0.6.0-rc.1&quot;
stubr-build = &quot;0.6.0&quot;
actix-producer = &quot;0.1.0&quot;
</code></pre>
<p>Then, in a build script, invoke <a href="https://crates.io/crates/stubr-build">stubr-build</a> and do <code>cargo build</code></p>
Expand Down
2 changes: 1 addition & 1 deletion html/docker.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ <h1 id="docker"><a class="header" href="#docker">Docker</a></h1>
content-length: 11
content-type: text/plain
date: Tue, 23 Mar 2021 13:37:41 GMT
server: stubr(0.6.0-rc.1)
server: stubr(0.6.0)

Hello stubr
</code></pre>
Expand Down
4 changes: 2 additions & 2 deletions html/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ <h2 id="importing"><a class="header" href="#importing">importing</a></h2>
<p>To begin with, add <a href="https://crates.io/crates/stubr-build">stubr-build</a> to your build dependencies. Then also add the
producers (here we will use <code>actix-producer</code>).</p>
<pre><code class="language-toml">[build-dependencies]
stubr-build = &quot;0.6.0-rc.1&quot;
stubr-build = &quot;0.6.0&quot;
actix-producer = &quot;0.1.0&quot;
</code></pre>
<p>Then, in a build script, invoke <a href="https://crates.io/crates/stubr-build">stubr-build</a> and do <code>cargo build</code></p>
Expand Down Expand Up @@ -1783,7 +1783,7 @@ <h2 id="getting-started-3"><a class="header" href="#getting-started-3">getting s
content-length: 11
content-type: text/plain
date: Tue, 23 Mar 2021 13:37:41 GMT
server: stubr(0.6.0-rc.1)
server: stubr(0.6.0)

Hello stubr
</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion html/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion html/searchindex.json

Large diffs are not rendered by default.

0 comments on commit 6f7bec9

Please sign in to comment.