mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-07-08 01:31:53 +08:00
Fix
This commit is contained in:
2
.github/workflows/github-pages.yml
vendored
2
.github/workflows/github-pages.yml
vendored
@@ -55,7 +55,7 @@ jobs:
|
|||||||
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
|
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
|
||||||
- name: Document
|
- name: Document
|
||||||
run: |
|
run: |
|
||||||
cargo doc --features unstable --bins -vv || exit 1
|
cargo doc --features unstable --document-private-items -vv || exit 1
|
||||||
- name: Add index files
|
- name: Add index files
|
||||||
run: |
|
run: |
|
||||||
echo '<!DOCTYPE HTML><html><head><script>window.location.href="msg_tool/"</script></head><body><a href="msg_tool/">Content Moved</a></body></html>' > target/doc/index.html
|
echo '<!DOCTYPE HTML><html><head><script>window.location.href="msg_tool/"</script></head><body><a href="msg_tool/">Content Moved</a></body></html>' > target/doc/index.html
|
||||||
|
|||||||
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -673,9 +673,9 @@ checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libtlg-rs"
|
name = "libtlg-rs"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "59d57b48167296edc5ea37791e19c63031ae4341b44ddc7c8580a93e2d098164"
|
checksum = "5522473f86515bf34cee870455c62f93e83bc9beb4089c5681ca2dcb5cd2b476"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"overf",
|
"overf",
|
||||||
|
|||||||
Reference in New Issue
Block a user