Skip to content

Commit

Permalink
tls_codec: Update MSRV to 1.74
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer authored Jan 3, 2025
1 parent 830e3cc commit b6c9611
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions tls_codec/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- [#1628](https://github.com/RustCrypto/formats/pull/1628) Bump MSRV to 1.74

## 0.4.1

- [#1284](https://github.com/RustCrypto/formats/pull/1284): implement `U24`. A `U24` integer type can be used for length encoding in three bytes.
Expand Down
2 changes: 1 addition & 1 deletion tls_codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
homepage = "https://github.com/RustCrypto/formats/tree/master/tls_codec"
repository = "https://github.com/RustCrypto/formats"
edition = "2021"
rust-version = "1.70"
rust-version = "1.74"

[dependencies]
zeroize = { version = "1.8", default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion tls_codec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ serialization/deserialization

## Minimum Supported Rust Version

This crate requires **Rust 1.70.0** at a minimum.
This crate requires **Rust 1.74.0** at a minimum.

We may change the MSRV in the future, but it will be accompanied by a minor
version bump.
Expand Down

0 comments on commit b6c9611

Please sign in to comment.