chainx-org / chainx-common

Collection of crates used in ChainX projects. (Will be deprecated after upgrading ChainX to v2.0)
GNU General Public License v3.0
2 stars 1 forks source link

Update rust-toolchain to nightly-2019-04-17 #6

Closed koushiro closed 5 years ago

koushiro commented 5 years ago

Signed-off-by: koushiro koushiro.cqx@gmail.com

Update ustd and primitive-types.

liballoc will be stablized in rust 1.36. Amazing!

codecov[bot] commented 5 years ago

Codecov Report

Merging #6 into master will increase coverage by 0.07%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
+ Coverage   94.27%   94.35%   +0.07%     
==========================================
  Files          13       13              
  Lines        1276     1276              
==========================================
+ Hits         1203     1204       +1     
+ Misses         73       72       -1
Impacted Files Coverage Δ
primitive-types/src/lib.rs 50% <ø> (ø) :arrow_up:
ustd/src/lib.rs 92.3% <ø> (ø) :arrow_up:
primitive-types/src/tests.rs 97.97% <ø> (ø) :arrow_up:
rlp/src/error.rs 50% <0%> (+50%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 98e7397...c3e8394. Read the comment docs.