File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -78,13 +78,13 @@ jobs:
78
78
rust : 1.68.0
79
79
python : false # Python bindings compilation on Windows is not supported.
80
80
81
- # Minimum Supported Rust Version = 1.63 .0
81
+ # Minimum Supported Rust Version = 1.64 .0
82
82
#
83
83
# Minimum Supported Python Version = 3.7
84
84
# This is the minimum version for which manylinux Python wheels are
85
85
# built.
86
86
- os : ubuntu-latest
87
- rust : 1.63 .0
87
+ rust : 1.64 .0
88
88
python : 3.7
89
89
runs-on : ${{ matrix.os }}
90
90
steps :
Original file line number Diff line number Diff line change 7
7
- Pick up system's light/dark mode in generated message HTML #4150
8
8
- Support non-persistent configuration with DELTACHAT_ * env
9
9
- Print deltachat-repl errors with causes. #4166
10
+ - Increase MSRV to 1.64. #4167
10
11
11
12
### Fixes
12
13
- Fix segmentation fault if ` dc_context_unref() ` is called during
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "deltachat"
3
3
version = " 1.111.0"
4
4
edition = " 2021"
5
5
license = " MPL-2.0"
6
- rust-version = " 1.63 "
6
+ rust-version = " 1.64 "
7
7
8
8
[profile .dev ]
9
9
debug = 0
You can’t perform that action at this time.
0 commit comments