Skip to content

Commit

Permalink
chore: bump rust and cargo to 1.68 (#738)
Browse files Browse the repository at this point in the history
* chore: bump rust and cargo to 1.68

* docs: remove comment

* fix: new clippy lints

* fix: fmt

* refactor: clearer error message
  • Loading branch information
oddgrd authored Mar 21, 2023
1 parent 9a45de2 commit 2859205
Show file tree
Hide file tree
Showing 12 changed files with 464 additions and 164 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ orbs:
executors:
docker-rust:
docker:
- image: cimg/rust:1.65.0
- image: cimg/rust:1.68.0
resource_class: small
image-ubuntu:
machine:
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
arch: << parameters.protoc_arch >>
- run:
name: Install Rust
command: curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | bash -s -- -y --default-toolchain 1.65.0 --target << parameters.target >>
command: curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | bash -s -- -y --default-toolchain 1.68.0 --target << parameters.target >>
- run:
name: Build
command: |
Expand All @@ -334,7 +334,7 @@ jobs:
name: Install Rust
command: |
wget -OutFile "C:\rustup-init.exe" https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe
C:\rustup-init.exe -y --default-toolchain 1.65.0 --target x86_64-pc-windows-msvc
C:\rustup-init.exe -y --default-toolchain 1.68.0 --target x86_64-pc-windows-msvc
shell: powershell.exe
- run:
name: Build
Expand All @@ -358,7 +358,7 @@ jobs:
arch: osx-x86_64
- run:
name: Install Rust
command: curl --proto '=https' https://sh.rustup.rs -sSf | bash -s -- -y --default-toolchain 1.65.0 --target x86_64-apple-darwin
command: curl --proto '=https' https://sh.rustup.rs -sSf | bash -s -- -y --default-toolchain 1.68.0 --target x86_64-apple-darwin
- run:
name: Build
command: |
Expand Down
Loading

0 comments on commit 2859205

Please sign in to comment.