File tree 4 files changed +9
-10
lines changed
4 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 7
7
8
8
matrix :
9
9
include :
10
- # can't run tests on 1.31.0 due to rand dev-dependency
11
- - rust : 1.31.0
10
+ - rust : 1.36.0
12
11
os : linux
13
12
script :
14
13
- cargo build --lib
@@ -17,7 +16,7 @@ matrix:
17
16
- rustup target add wasm32-unknown-unknown
18
17
- cargo build --lib --target wasm32-unknown-unknown
19
18
20
- - rust : 1.32 .0
19
+ - rust : 1.36 .0
21
20
os : linux
22
21
script : &script
23
22
- cargo build
@@ -61,7 +60,7 @@ matrix:
61
60
- cargo run --release --bin rwlock -- 1 1 1 0 1 2
62
61
- cd ..
63
62
64
- - rust : 1.32 .0
63
+ - rust : 1.36 .0
65
64
os : osx
66
65
script : *script
67
66
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ changes to the core API do not cause breaking changes for users of `parking_lot`
127
127
128
128
## Minimum Rust version
129
129
130
- The current minimum required Rust version is 1.31 . Any change to this is
130
+ The current minimum required Rust version is 1.36 . Any change to this is
131
131
considered a breaking change and will require a major version bump.
132
132
133
133
## License
Original file line number Diff line number Diff line change @@ -25,19 +25,19 @@ environment:
25
25
- TARGET : x86_64-pc-windows-msvc
26
26
MSYSTEM : MINGW64
27
27
CPU : x86_64
28
- TOOLCHAIN : 1.32 .0
28
+ TOOLCHAIN : 1.36 .0
29
29
- TARGET : i686-pc-windows-msvc
30
30
MSYSTEM : MINGW32
31
31
CPU : i686
32
- TOOLCHAIN : 1.32 .0
32
+ TOOLCHAIN : 1.36 .0
33
33
- TARGET : x86_64-pc-windows-gnu
34
34
MSYSTEM : MINGW64
35
35
CPU : x86_64
36
- TOOLCHAIN : 1.32 .0
36
+ TOOLCHAIN : 1.36 .0
37
37
- TARGET : i686-pc-windows-gnu
38
38
MSYSTEM : MINGW32
39
39
CPU : i686
40
- TOOLCHAIN : 1.32 .0
40
+ TOOLCHAIN : 1.36 .0
41
41
42
42
install :
43
43
- set PATH=C:\msys64\%MSYSTEM%\bin;c:\msys64\usr\bin;%PATH%
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ edition = "2018"
11
11
12
12
[dependencies ]
13
13
cfg-if = " 0.1.5"
14
- smallvec = " 0.6 "
14
+ smallvec = " 1.0 "
15
15
petgraph = { version = " 0.4.5" , optional = true }
16
16
thread-id = { version = " 3.2.0" , optional = true }
17
17
backtrace = { version = " 0.3.2" , optional = true }
You can’t perform that action at this time.
0 commit comments