Skip to content

Commit

Permalink
Bump MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
someguynamedjosh committed Jun 17, 2023
1 parent ad3a29d commit d1e22ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
RUST: ["1.56", stable, beta, nightly]
RUST: ["1.60", stable, beta, nightly]
steps:
- uses: actions/checkout@v2
- name: Set Rust version
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Dual licensed under MIT / Apache 2.0.
While this crate is `no_std` compatible, it still requires the `alloc` crate.

Version notes:
- Version `0.16.0` fixes a potential soundness issue, but removes support for
template parameters in the process. Lifetime parameters are still supported.
As of 2023-06-13, the compiler is practically sound with 0.15 but this may
stop being the case at any time and without warning.
- Verison `0.17.0` reintroduces type parameter support, but requires at least
version 1.60 of the Rust toolchain.
- Version `0.16.0` fixes a potential soundness issue but removes template
parameter support.
- Version `0.13.0` and later contain checks for additional situations which
cause undefined behavior if not caught.
- Version `0.11.0` and later place restrictions on derive macros, earlier
Expand Down

0 comments on commit d1e22ab

Please sign in to comment.