Skip to content

Commit ff5a335

Browse files
committed
Update circle
1 parent bdf794f commit ff5a335

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
working_directory: /Users/distiller/root/project
9191
steps:
9292
- 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
9494
- run: sudo ln -s $CARGO_HOME/bin/* /usr/local/bin
9595
- restore_target: { job: dist-macos }
9696
- run: cargo build --release --target x86_64-apple-darwin -p conjure-rust
@@ -109,7 +109,7 @@ jobs:
109109
- attach_workspace: { at: C:\Users\circleci }
110110
- run: |
111111
$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
113113
- run: .\rust.exe /VERYSILENT /NORESTART /DIR="C:\Program Files\Rust"
114114
- run: |
115115
$env:Path += ";C:\Program Files\Rust\bin"

0 commit comments

Comments
 (0)