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 99 - image : rust:<< parameters.image >>
1010 environment :
1111 RUST_BACKTRACE : 1
12- RUSTFLAGS : -D warnings
1312 steps :
1413 - checkout
1514 - restore_cache :
3736 xcode : " 9.0"
3837 environment :
3938 RUST_BACKTRACE : 1
40- RUSTFLAGS : -D warnings
4139 steps :
4240 - checkout
4341 - run : curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain << parameters.version >>
@@ -63,6 +61,6 @@ workflows:
6361 jobs :
6462 - linux :
6563 name : openssl
66- image : 1.32 .0-stretch
64+ image : 1.37 .0-stretch
6765 - 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"
1111vendored = [" openssl/vendored" ]
1212
1313[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"
1616lazy_static = " 1.0"
1717libc = " 0.2"
1818tempfile = " 3.0"
You can’t perform that action at this time.
0 commit comments