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

Add MSRV policy regarding wasm-bindgen #162

Merged
merged 5 commits into from
Mar 5, 2024
Merged

Add MSRV policy regarding wasm-bindgen #162

merged 5 commits into from
Mar 5, 2024

Commits on Mar 3, 2024

  1. msrv: Add MSRV policy regarding wasm-bindgen

    wasm-bindgen recently bumped its MSRV to v1.73, which is much higher
    than our MSRV of 1.64. Add an note to the README describing our MSRV
    policy, and then test for it in CI.
    
    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    b513b70 View commit details
    Browse the repository at this point in the history
  2. chore: Fix CI

    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    f1f5c4e View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. chore: Fix MSRV via cargo pin

    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    7012f85 View commit details
    Browse the repository at this point in the history
  2. chore: Typo fix

    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    17c9ca4 View commit details
    Browse the repository at this point in the history
  3. ci: Only pin necessary deps

    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    caba343 View commit details
    Browse the repository at this point in the history