Skip to content

Commit a0db7a7

Browse files
tls_codec: 0.4.2 release (#1654)
1 parent cbb1439 commit a0db7a7

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

tls_codec/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## 0.4.2
11+
1012
- [#1628](https://github.com/RustCrypto/formats/pull/1628) Bump MSRV to 1.74
1113

1214
## 0.4.1

tls_codec/Cargo.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tls_codec"
3-
version = "0.4.2-pre.1"
3+
version = "0.4.2"
44
authors = ["RustCrypto Developers"]
55
license = "Apache-2.0 OR MIT"
66
documentation = "https://docs.rs/tls_codec/"
@@ -19,16 +19,11 @@ zeroize = { version = "1.8", default-features = false, features = [
1919

2020
# optional dependencies
2121
arbitrary = { version = "1.4", features = ["derive"], optional = true }
22-
tls_codec_derive = { version = "=0.4.1", path = "./derive", optional = true }
22+
tls_codec_derive = { version = "=0.4.2", path = "./derive", optional = true }
2323
serde = { version = "1.0.184", features = ["derive"], optional = true }
2424

2525
[dev-dependencies]
26-
clap = "=4.5.23" # pinned to preserve MSRV
27-
clap_lex = "=0.7.4" # pinned to preserve MSRV
28-
anstyle = "=1.0.10" # pinned to preserve MSRV
29-
anstyle-parse = "=0.2.6" # pinned to preserve MSRV
3026
criterion = { version = "0.5", default-features = false }
31-
regex = "1.8"
3227

3328
[features]
3429
default = ["std"]

tls_codec/derive/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tls_codec_derive"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["RustCrypto Developers"]
55
license = "Apache-2.0 OR MIT"
66
documentation = "https://docs.rs/tls_codec_derive/"
@@ -9,7 +9,7 @@ readme = "../README.md"
99
homepage = "https://github.com/RustCrypto/formats/tree/master/tls_codec/derive"
1010
repository = "https://github.com/RustCrypto/formats"
1111
edition = "2021"
12-
rust-version = "1.60"
12+
rust-version = "1.74"
1313

1414
[lib]
1515
proc-macro = true

0 commit comments

Comments
 (0)