• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

gnosis / dex-services / 5728
31%

Build:
DEFAULT BRANCH: master
Ran 18 Jan 2021 07:40AM UTC
Jobs 1
Files 112
Run time 21s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

18 Jan 2021 07:00AM UTC coverage: 28.786% (+0.01%) from 28.776%
5728

push

travis-pro

web-flow
Bump async-std from 1.8.0 to 1.9.0 (#1618)

Bumps [async-std](https://github.com/async-rs/async-std) from 1.8.0 to 1.9.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/async-rs/async-std/releases">async-std's releases</a>.</em></p>
<blockquote>
<h2>v1.9.0</h2>
<p>Happy New Year everyone! This patch stabilizes the <code>async_std::channel</code>
submodule, removes the deprecated <code>sync::channel</code> types, and introduces the
<code>tokio1</code> feature.</p>
<h2>New Channels</h2>
<p>As part of our <code>1.8.0</code> release last month we introduced the new
<code>async_std::channel</code> submodule and deprecated the unstable
<code>async_std::sync::channel</code> types. You can read our full motiviation for this
change in the last patch notes. But the short version is that the old
channels had some fundamental problems, and the <code>sync</code> submodule is a bit of
a mess.</p>
<p>This release of <code>async-std</code> promotes <code>async_std::channel</code> to stable, and
fully removes the <code>async_std::sync::channel</code> types. In practice many
libraries have already been upgraded to the new channels in the past month,
and this will enable much of the ecosystem to switch off &quot;unstable&quot; versions
of <code>async-std</code>.</p>
<pre lang="rust"><code>use async_std::channel;
<p>let (sender, receiver) = channel::unbounded();</p>
<p>assert_eq!(sender.send(&quot;Hello&quot;).await, Ok(()));
assert_eq!(receiver.recv().await, Ok(&quot;Hello&quot;));
</code></pre></p>
<h2>Tokio 1.0 compat</h2>
<p>The Tokio project recently released version 1.0 of their runtime, and the
async-std team would like to congratulate the Tokio team on achieving this
milestone.</p>
<p>This release of <code>async-std</code> adds the <code>tokio1</code> feature flag, enabling Tokio's
TLS constructors to be initialized within the <code>async-std</code> runtime. This is in
addition to the <code>tokio02</code> and <code>toki... (continued)

14176 of 56565 branches covered (25.06%)

Branch coverage included in aggregate %.

3842 of 6029 relevant lines covered (63.73%)

39272.26 hits per line

Jobs
ID Job ID Ran Files Coverage
3 5728.3 (OPEN_SOLVER_VERSION=v0.2.0 PRIVATE_SOLVER_VERSION=v0.8.7) 18 Jan 2021 07:40AM UTC 0
28.79
Travis Job 5728.3
Source Files on build 5728
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5728
  • 0d928741 on github
  • Prev Build on master (#5726)
  • Next Build on master (#5736)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc