Skip to content

Commit

Permalink
chore: Updates for rust 1.80 (#740)
Browse files Browse the repository at this point in the history
* Mostly documentation fixes.
* fix broken `cfg!` call
* Add docs for StubRouter
  • Loading branch information
jrconlin authored Jul 29, 2024
1 parent fde9b67 commit b235155
Show file tree
Hide file tree
Showing 12 changed files with 178 additions and 121 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
audit:
docker:
# NOTE: update version for all # RUST_VER
- image: rust:1.78
- image: rust:1.80
auth:
username: $DOCKER_USER
password: $DOCKER_PASS
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
apt install build-essential curl libstdc++6 libstdc++-12-dev libssl-dev pkg-config -y
apt install cmake -y
# RUST_VER
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.78 -y
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.80 -y
export PATH=$PATH:$HOME/.cargo/bin
echo 'export PATH=$PATH:$HOME/.cargo/bin' >> $BASH_ENV
rustc --version
Expand Down
Loading

0 comments on commit b235155

Please sign in to comment.