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

fix no_std compatability #79

Merged
merged 6 commits into from
Feb 4, 2022
Merged

fix no_std compatability #79

merged 6 commits into from
Feb 4, 2022

Commits on Feb 3, 2022

  1. CI: drop coverage reports from CI

    Coverage doesn't work today:
    
    https://github.com/near/borsh-rs/runs/4955323970?check_suite_focus=true#step:3:1141
    
    We might think of reviving it in the future, but first, let's makes sure
    that our CI actually reflects de-facto practice
    matklad committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    54d7a9d View commit details
    Browse the repository at this point in the history
  2. CI: test all feature combinations

    We didn't check that `--no-default-features` works, and it did broke.
    
    Note that we `pushd borsh` before testing -- this is to make sure that
    other ws crates (like fuzzing) don't enable extra features.
    matklad committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    4aa6a0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37d634b View commit details
    Browse the repository at this point in the history
  4. fix: fix no_std build

    matklad committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    6964aac View commit details
    Browse the repository at this point in the history
  5. chore: changelog for near#77

    matklad committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    8f09600 View commit details
    Browse the repository at this point in the history
  6. publish 0.9.3

    matklad committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    0317ee9 View commit details
    Browse the repository at this point in the history