Skip to content

Commit

Permalink
Bump rust and document private items
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-Janggun committed Feb 25, 2024
1 parent d64fb8c commit fac633c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.74.1
1.76.0

0 comments on commit fac633c

Please sign in to comment.