Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More dependency updates #241

Merged
merged 6 commits into from
Aug 7, 2021
Merged

More dependency updates #241

merged 6 commits into from
Aug 7, 2021

Conversation

str4d
Copy link
Owner

@str4d str4d commented Aug 7, 2021

MSRV is now 1.51.0.

@str4d str4d mentioned this pull request Aug 7, 2021
By default `getrandom` 0.2 does not compile on unsupported targets; it
is necessary to enable its `js` feature flag specifically when targeting
`wasm32-unknown-unknown`. Since we don't expose that flag ourselves
(instead relying on the downstream user to do this) we can't directly
test this ourselves. `wasm32-wasi` is fully-supported, so we continue to
test builds against that target to ensure we retain WASM compatibility.
@codecov
Copy link

codecov bot commented Aug 7, 2021

Codecov Report

Merging #241 (d5bb028) into main (7d120f2) will decrease coverage by 0.56%.
The diff coverage is 16.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #241      +/-   ##
==========================================
- Coverage   33.61%   33.04%   -0.57%     
==========================================
  Files          33       33              
  Lines        2889     2887       -2     
==========================================
- Hits          971      954      -17     
- Misses       1918     1933      +15     
Impacted Files Coverage Δ
age/src/ssh.rs 27.27% <0.00%> (+1.29%) ⬆️
age/src/ssh/identity.rs 33.57% <ø> (+0.71%) ⬆️
age/src/ssh/recipient.rs 46.47% <0.00%> (ø)
age/src/x25519.rs 49.42% <ø> (+2.29%) ⬆️
age-core/src/plugin.rs 28.00% <100.00%> (-3.43%) ⬇️
age-core/src/format.rs 69.35% <0.00%> (-5.25%) ⬇️
age/tests/test_vectors.rs 80.76% <0.00%> (-4.42%) ⬇️
age/src/cli_common.rs 15.78% <0.00%> (-1.46%) ⬇️
age/src/primitives/armor.rs 39.88% <0.00%> (-0.97%) ⬇️
... and 6 more

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 7d120f2...d5bb028. Read the comment docs.

@str4d str4d merged commit 0f5d321 into main Aug 7, 2021
@str4d str4d deleted the more-dep-updates branch August 7, 2021 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant