diff --git a/.github/workflows/rustdoc.yaml b/.github/workflows/rustdoc.yaml index 5e48982cbc0..8395fbdf1a3 100644 --- a/.github/workflows/rustdoc.yaml +++ b/.github/workflows/rustdoc.yaml @@ -26,7 +26,7 @@ jobs: run: source "$HOME/.cargo/env"; rustup update --no-self-update stable - name: Build Documentation - run: source "$HOME/.cargo/env"; cd homework; cargo doc --all + run: source "$HOME/.cargo/env"; cd homework; cargo doc --all --document-private-items - name: Deploy Docs uses: peaceiris/actions-gh-pages@364c31d33bb99327c77b3a5438a83a357a6729ad # v3.4.0 diff --git a/Cargo.toml b/Cargo.toml index b98c2618c1c..998f0ebae63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,5 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -crossbeam-epoch = "0.9.14" -crossbeam-utils = "0.8.15" +crossbeam-epoch = "0.9.18" +crossbeam-utils = "0.8.19" diff --git a/rust-toolchain b/rust-toolchain index 80627411dce..32a6ce3c719 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -1.74.1 +1.76.0