File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 9
9
- image : rust:<< parameters.image >>
10
10
environment :
11
11
RUST_BACKTRACE : 1
12
- RUSTFLAGS : -D warnings
13
12
steps :
14
13
- checkout
15
14
- restore_cache :
37
36
xcode : " 9.0"
38
37
environment :
39
38
RUST_BACKTRACE : 1
40
- RUSTFLAGS : -D warnings
41
39
steps :
42
40
- checkout
43
41
- run : curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain << parameters.version >>
@@ -63,6 +61,6 @@ workflows:
63
61
jobs :
64
62
- linux :
65
63
name : openssl
66
- image : 1.32 .0-stretch
64
+ image : 1.37 .0-stretch
67
65
- macos :
68
- version : 1.32 .0
66
+ version : 1.37 .0
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ readme = "README.md"
11
11
vendored = [" openssl/vendored" ]
12
12
13
13
[target .'cfg(any(target_os = "macos", target_os = "ios"))' .dependencies ]
14
- security-framework = " 0.3 .1"
15
- security-framework-sys = " 0.3 .1"
14
+ security-framework = " 0.4 .1"
15
+ security-framework-sys = " 0.4 .1"
16
16
lazy_static = " 1.0"
17
17
libc = " 0.2"
18
18
tempfile = " 3.0"
You can’t perform that action at this time.
0 commit comments