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

tooling + actions pr #69

Merged
merged 1 commit into from
Oct 13, 2022
Merged

tooling + actions pr #69

merged 1 commit into from
Oct 13, 2022

Conversation

zeeshanlakhani
Copy link
Contributor

@zeeshanlakhani zeeshanlakhani commented Oct 13, 2022

Summary

Tooling PR, including:

  • cleaned up ci / actions for consistency w/ rs-ucan
  • move to minor versioned deps, and fix jumpsize need w/ update to 0.1.2 of rs-skip-ratchet
  • remove cargo.lock top-level
  • remove wee_alloc due to sec vulns, as it's outdated.

@zeeshanlakhani zeeshanlakhani marked this pull request as ready for review October 13, 2022 17:02
@zeeshanlakhani zeeshanlakhani force-pushed the zl/tooling branch 4 times, most recently from 33ea017 to 4944d28 Compare October 13, 2022 17:42
@appcypher
Copy link
Member

Awesome @zeeshanlakhani! It is great to see the security CI checks. 🎉

console_error_panic_hook = { version = "0.1", optional = true }
wee_alloc = { version = "0.4", optional = true }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Turns out wee-alloc hasn't brought much improvement to our wasm size or we've been using it wrong.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's essentially dead anyway. rustwasm/wee_alloc#85 + rustsec/advisory-db#1394. We can look at other allocators tho, of interest.

README.md Outdated Show resolved Hide resolved
@zeeshanlakhani
Copy link
Contributor Author

ok, coverage updated minus some codecov UI weirdness.

Copy link
Member

@appcypher appcypher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! 🎉

Copy link
Member

@matheus23 matheus23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@zeeshanlakhani zeeshanlakhani merged commit 08920de into main Oct 13, 2022
@zeeshanlakhani zeeshanlakhani deleted the zl/tooling branch October 13, 2022 20:42
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.

None yet

3 participants