File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 90
90
working_directory : /Users/distiller/root/project
91
91
steps :
92
92
- attach_workspace : { at: /Users/distiller }
93
- - run : curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain 1.34 .0
93
+ - run : curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain 1.39 .0
94
94
- run : sudo ln -s $CARGO_HOME/bin/* /usr/local/bin
95
95
- restore_target : { job: dist-macos }
96
96
- run : cargo build --release --target x86_64-apple-darwin -p conjure-rust
@@ -109,7 +109,7 @@ jobs:
109
109
- attach_workspace : { at: C:\Users\circleci }
110
110
- run : |
111
111
$progressPreference = "silentlyContinue"
112
- Invoke-WebRequest "https://static.rust-lang.org/dist/rust-1.34 .0-x86_64-pc-windows-msvc.exe" -outfile rust.exe
112
+ Invoke-WebRequest "https://static.rust-lang.org/dist/rust-1.39 .0-x86_64-pc-windows-msvc.exe" -outfile rust.exe
113
113
- run : .\rust.exe /VERYSILENT /NORESTART /DIR="C:\Program Files\Rust"
114
114
- run : |
115
115
$env:Path += ";C:\Program Files\Rust\bin"
You can’t perform that action at this time.
0 commit comments