mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-07-08 01:31:53 +08:00
Fix doc build (https://github.com/rust-lang/rust/pull/138907)
This commit is contained in:
2
.github/workflows/github-pages.yml
vendored
2
.github/workflows/github-pages.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
- name: Install Nightly Rust
|
- name: Install Nightly Rust
|
||||||
run: |
|
run: |
|
||||||
rustup toolchain install nightly-2025-07-18-x86_64-pc-windows-msvc --allow-downgrade && rustup default nightly-2025-07-18-x86_64-pc-windows-msvc
|
rustup toolchain install nightly-2025-10-07-x86_64-pc-windows-msvc --allow-downgrade && rustup default nightly-2025-10-07-x86_64-pc-windows-msvc
|
||||||
# - name: Install Nightly Rust
|
# - name: Install Nightly Rust
|
||||||
# run: |
|
# run: |
|
||||||
# curl.exe "https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe" -o "rustup-init.exe" && ./rustup-init.exe --default-toolchain nightly -y && rm rustup-init.exe
|
# curl.exe "https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe" -o "rustup-init.exe" && ./rustup-init.exe --default-toolchain nightly -y && rm rustup-init.exe
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1323,7 +1323,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "msg_tool"
|
name = "msg_tool"
|
||||||
version = "0.2.8"
|
version = "0.2.9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"base64",
|
"base64",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "msg_tool"
|
name = "msg_tool"
|
||||||
version = "0.2.8"
|
version = "0.2.9"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
repository = "https://github.com/lifegpc/msg-tool"
|
repository = "https://github.com/lifegpc/msg-tool"
|
||||||
description = "A command-line tool for exporting, importing, packing, and unpacking script files."
|
description = "A command-line tool for exporting, importing, packing, and unpacking script files."
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//! A Rust library for exporting, importing, packing, and unpacking script files.
|
//! A Rust library for exporting, importing, packing, and unpacking script files.
|
||||||
//!
|
//!
|
||||||
//! For more information, please visit the [GitHub repository](https://github.com/lifegpc/msg-tool).
|
//! For more information, please visit the [GitHub repository](https://github.com/lifegpc/msg-tool).
|
||||||
#![cfg_attr(any(docsrs, feature = "unstable"), feature(doc_auto_cfg))]
|
#![cfg_attr(any(docsrs, feature = "unstable"), feature(doc_cfg))]
|
||||||
pub mod ext;
|
pub mod ext;
|
||||||
pub mod format;
|
pub mod format;
|
||||||
pub mod output_scripts;
|
pub mod output_scripts;
|
||||||
|
|||||||
Reference in New Issue
Block a user