Skip to content

Commit bf08b60

Browse files
committed
Increase MSRV to 1.84
rust-lang/rust#130654
1 parent f285cd7 commit bf08b60

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# v0.12.4
22
- Add `?Sized` bound to container contents (e.g. `Box<T>`)
33
- Fix tag prepended slice encoding
4+
- Increase MSRV to 1.84
45
# v0.12.3
56
- Add `prepend-tags` feature
67
# v0.12.2

bin-proto-derive/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "bin-proto-derive"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
authors = ["Wojciech Graj <me@w-graj.net>"]
55
edition = "2021"
6-
rust-version = "1.83.0"
6+
rust-version = "1.84.0"
77

88
description = "Derive macros for bin-proto"
99
license = "MIT"

bin-proto/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "bin-proto"
33
version = "0.12.4"
44
authors = ["Wojciech Graj <me@w-graj.net>"]
55
edition = "2021"
6-
rust-version = "1.83.0"
6+
rust-version = "1.84.0"
77

88
description = "Conversion to/from binary for arbitrary types"
99
license = "MIT"
@@ -25,7 +25,7 @@ prepend-tags = []
2525
std = ["bitstream-io/std", "core2/std", "alloc"]
2626

2727
[dependencies]
28-
bin-proto-derive = { version = "0.12.0", path = "../bin-proto-derive", optional = true }
28+
bin-proto-derive = { version = "0.12.1", path = "../bin-proto-derive", optional = true }
2929
bitstream-io = { version = "4.6.0", default-features = false }
3030
core2 = { version = "0.4.0", default-features = false }
3131

0 commit comments

Comments
 (0)