File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 9
9
RUSTDOCFLAGS : -D warnings
10
10
TOOL : cargo
11
11
# The MSRV
12
- TOOLCHAIN : 1.56.1
12
+ TOOLCHAIN : 1.64.0
13
13
ZFLAGS :
14
14
15
15
# Tests that don't require executing the build binaries
@@ -140,18 +140,18 @@ task:
140
140
matrix :
141
141
- name : Linux aarch64
142
142
arm_container :
143
- image : rust:1.56
143
+ image : rust:1.64
144
144
env :
145
145
RUSTFLAGS : --cfg graviton -D warnings
146
146
TARGET : aarch64-unknown-linux-gnu
147
147
- name : Linux x86_64
148
148
container :
149
- image : rust:1.56
149
+ image : rust:1.64
150
150
env :
151
151
TARGET : x86_64-unknown-linux-gnu
152
152
- name : Linux x86_64 musl
153
153
container :
154
- image : rust:1.56
154
+ image : rust:1.64
155
155
env :
156
156
TARGET : x86_64-unknown-linux-musl
157
157
setup_script :
@@ -176,7 +176,7 @@ task:
176
176
# Tasks for cross-compiling, but no testing
177
177
task :
178
178
container :
179
- image : rust:1.56
179
+ image : rust:1.64
180
180
env :
181
181
BUILD : check
182
182
HOST : x86_64-unknown-linux-gnu
@@ -250,7 +250,7 @@ task:
250
250
251
251
task :
252
252
container :
253
- image : rust:1.56
253
+ image : rust:1.64
254
254
env :
255
255
BUILD : check
256
256
name : Redox x86_64
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
33
33
34
34
### Changed
35
35
36
- - The MSRV is now 1.56.1
36
+ - The MSRV is now 1.64.0
37
37
([ #1792 ] ( https://github.com/nix-rust/nix/pull/1792 ) )
38
38
39
39
### Fixed
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "nix"
3
3
description = " Rust friendly bindings to *nix APIs"
4
4
edition = " 2018"
5
5
version = " 0.25.0"
6
- rust-version = " 1.56 "
6
+ rust-version = " 1.64 "
7
7
authors = [" The nix-rust Project Developers" ]
8
8
repository = " https://github.com/nix-rust/nix"
9
9
license = " MIT"
You can’t perform that action at this time.
0 commit comments