Skip to content

Commit

Permalink
ci: fix rust-docs build
Browse files Browse the repository at this point in the history
Bumped the `time` crate in order to resolve a build error with
recent rust nightlies on the `rust-docs` build. Also removed
the `index.html` file generated for rust-docs from version control,
since that file is built on the fly in CI post-merge, and so will always
be out of date.
  • Loading branch information
conorsch committed May 20, 2024
1 parent 38c6127 commit 4529ab5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ docs/*/book/*
.firebase/
firebase-debug.log
docs/*/firebase-tmp/
# ignore auto-generated rust-docs index
docs/rustdoc/index.html

# Nix build output goes here
result
Expand Down
46 changes: 23 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4529ab5

Please sign in to comment.