File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " either"
3
- version = " 1.14 .0"
3
+ version = " 1.15 .0"
4
4
authors = [" bluss" ]
5
5
edition = " 2021"
6
6
rust-version = " 1.63.0"
@@ -29,7 +29,8 @@ use_std = ["std"] # deprecated alias
29
29
serde_json = " 1.0.0"
30
30
31
31
[package .metadata .release ]
32
- no-dev-version = true
32
+ allow-branch = [" main" ]
33
+ sign-tag = true
33
34
tag-name = " {{version}}"
34
35
35
36
[package .metadata .docs .rs ]
Original file line number Diff line number Diff line change @@ -31,6 +31,13 @@ How to use with cargo::
31
31
Recent Changes
32
32
--------------
33
33
34
+ - 1.15.0
35
+
36
+ - Fix ``serde `` support when building without ``std ``, by @klkvr (#119)
37
+
38
+ - Use a more common ``std `` feature for default enablement, deprecating
39
+ the ``use_std `` feature as a mere alias of the new name.
40
+
34
41
- 1.14.0
35
42
36
43
- **MSRV **: ``either `` now requires Rust 1.63 or later.
You can’t perform that action at this time.
0 commit comments