File tree 4 files changed +9
-3
lines changed
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 0.3.0 - 2024-12-30
2
+
3
+ - Bump the MSRV to Rust ` v1.63.0 ` [ #17 ] ( https://github.com/rust-bitcoin/rust-ordered/pull/17 )
4
+ - Add default generic type to ` ArbitraryOrd ` for RHS [ #27 ] ( https://github.com/rust-bitcoin/rust-ordered/pull/27 )
5
+ - Deprecate unneeded functions ` as_inner ` and ` into_inner ` [ #28 ] ( https://github.com/rust-bitcoin/rust-ordered/pull/28 )
6
+
1
7
# 0.2.2 - 2023-12-18
2
8
3
9
Fix the repository link in the manifest [ #12 ] ( https://github.com/rust-bitcoin/rust-ordered/pull/12 )
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ version = 3
4
4
5
5
[[package]]
6
6
name = "ordered"
7
- version = "0.2.2 "
7
+ version = "0.3.0 "
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ version = 3
4
4
5
5
[[package]]
6
6
name = "ordered"
7
- version = "0.2.2 "
7
+ version = "0.3.0 "
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ordered"
3
- version = " 0.2.2 "
3
+ version = " 0.3.0 "
4
4
authors = [" Tobin C. Harding <me@tobin.cc>" ]
5
5
license = " CC0-1.0"
6
6
repository = " https://github.com/rust-bitcoin/rust-ordered/"
You can’t perform that action at this time.
0 commit comments