Skip to content

Commit

Permalink
tls_codec: 0.4.2 release (#1654)
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer authored Feb 10, 2025
1 parent cbb1439 commit a0db7a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 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]

## 0.4.2

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

## 0.4.1
Expand Down
9 changes: 2 additions & 7 deletions tls_codec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tls_codec"
version = "0.4.2-pre.1"
version = "0.4.2"
authors = ["RustCrypto Developers"]
license = "Apache-2.0 OR MIT"
documentation = "https://docs.rs/tls_codec/"
Expand All @@ -19,16 +19,11 @@ zeroize = { version = "1.8", default-features = false, features = [

# optional dependencies
arbitrary = { version = "1.4", features = ["derive"], optional = true }
tls_codec_derive = { version = "=0.4.1", path = "./derive", optional = true }
tls_codec_derive = { version = "=0.4.2", path = "./derive", optional = true }
serde = { version = "1.0.184", features = ["derive"], optional = true }

[dev-dependencies]
clap = "=4.5.23" # pinned to preserve MSRV
clap_lex = "=0.7.4" # pinned to preserve MSRV
anstyle = "=1.0.10" # pinned to preserve MSRV
anstyle-parse = "=0.2.6" # pinned to preserve MSRV
criterion = { version = "0.5", default-features = false }
regex = "1.8"

[features]
default = ["std"]
Expand Down
4 changes: 2 additions & 2 deletions tls_codec/derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tls_codec_derive"
version = "0.4.1"
version = "0.4.2"
authors = ["RustCrypto Developers"]
license = "Apache-2.0 OR MIT"
documentation = "https://docs.rs/tls_codec_derive/"
Expand All @@ -9,7 +9,7 @@ readme = "../README.md"
homepage = "https://github.com/RustCrypto/formats/tree/master/tls_codec/derive"
repository = "https://github.com/RustCrypto/formats"
edition = "2021"
rust-version = "1.60"
rust-version = "1.74"

[lib]
proc-macro = true
Expand Down

0 comments on commit a0db7a7

Please sign in to comment.