File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[package ]
22name = " bin-proto-derive"
3- version = " 0.12.0 "
3+ version = " 0.12.1 "
44authors = [" Wojciech Graj <me@w-graj.net>" ]
55edition = " 2021"
6- rust-version = " 1.83 .0"
6+ rust-version = " 1.84 .0"
77
88description = " Derive macros for bin-proto"
99license = " MIT"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "bin-proto"
33version = " 0.12.4"
44authors = [" Wojciech Graj <me@w-graj.net>" ]
55edition = " 2021"
6- rust-version = " 1.83 .0"
6+ rust-version = " 1.84 .0"
77
88description = " Conversion to/from binary for arbitrary types"
99license = " MIT"
@@ -25,7 +25,7 @@ prepend-tags = []
2525std = [" 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 }
2929bitstream-io = { version = " 4.6.0" , default-features = false }
3030core2 = { version = " 0.4.0" , default-features = false }
3131
You can’t perform that action at this time.
0 commit comments