Skip to content

Commit 29b4f64

Browse files
committed
Bump MSRV from 1.74.1 to 1.75.0
1 parent 574a444 commit 29b4f64

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation = "https://docs.rs/quadrature"
99
license = "MPL-2.0"
1010
edition = "2021"
1111
version = "0.1.1"
12-
rust-version = "1.74.1"
12+
rust-version = "1.75"
1313

1414
[workspace.dependencies]
1515
num-traits = { version = "0.2.19", default-features = false }

quadrature-encoder/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Please make sure to add your changes to the appropriate categories:
3636

3737
- Changed generic parameters of `IncrementalEncoder<…>` to `<Mode, Clk, Dt, Steps, T, PM>`, adding trailing `PM` parameter.
3838
- Changed generic parameters of `IndexedIncrementalEncoder<…>` to `<Mode, Clk, Dt, Idx, Steps, T, PM>`, adding trailing `PM` parameter.
39+
- Bumped MSRV from `1.74.1` to `1.75.0`.
3940

4041
### Deprecated
4142

0 commit comments

Comments
 (0)