Skip to content

Commit

Permalink
Merge branch 'mute' of https://github.com/rodrimati1992/typewit into …
Browse files Browse the repository at this point in the history
…mute
  • Loading branch information
rodrimati1992 committed Nov 24, 2024
2 parents 5640807 + 7b9698e commit 4e16344
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ This is the changelog, summarising changes in each version(some minor changes ma

# 1.0

### 1.10.0

Added `"rust_1_83"` feature, which turns `typewit` functions that use `&mut` into const fns.

### 1.9.0

Deprecated `{TypeCmp, TypeNe}::with_any` due to unsoundness: both constructors rely on `TypeId::of::<L>() != TypeId::of::<R>()` implying `L != R`, which is not true in the general case.
Expand Down Expand Up @@ -229,4 +233,4 @@ Declared these crate features:
- `mut_refs`
- `nightly_mut_refs`

Set the Minimum Supported Rust Version to 1.61.0
Set the Minimum Supported Rust Version to 1.61.0

0 comments on commit 4e16344

Please sign in to comment.