tauri-bundler 1.7.0

Wrap rust executables in OS-specific app bundles for Tauri
Documentation
Build #1360164 2024-09-15T19:56:48.408231+00:00
# rustc version
rustc 1.83.0-nightly (9c01301c5 2024-09-05)# docs.rs version
docsrs 0.6.0 (1b41ab79 2024-09-12)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/tauri-bundler-1.7.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/tauri-bundler-1.7.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2024-09-06" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240905-1.83.0-nightly-9c01301c5\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] c968e64d2c0c2c04c1db0f9734d5c167b437562b7fac901898a8c51822a89c56
[INFO] running `Command { std: "docker" "start" "-a" "c968e64d2c0c2c04c1db0f9734d5c167b437562b7fac901898a8c51822a89c56", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting tauri-bundler v1.7.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `NsisConfig`
[INFO] [stderr]    --> src/bundle/settings.rs:398:81
[INFO] [stderr]     |
[INFO] [stderr] 398 |   /// **Note**: the key must be a valid NSIS language and it must be added to [`NsisConfig`]languages array,
[INFO] [stderr]     |                                                                                 ^^^^^^^^^^ no item named `NsisConfig` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `BundleSettings::use_local_tools_dir`
[INFO] [stderr]    --> src/bundle/settings.rs:639:14
[INFO] [stderr]     |
[INFO] [stderr] 639 |   /// when [`BundleSettings::use_local_tools_dir`] is true.
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `BundleSettings` has no field or associated item named `use_local_tools_dir`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/bundle/category.rs:148:10
[INFO] [stderr]     |
[INFO] [stderr] 148 |   /// Cf https://specifications.freedesktop.org/menu-spec/latest/
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]     = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 148 |   /// Cf <https://specifications.freedesktop.org/menu-spec/latest/>
[INFO] [stderr]     |          +                                                        +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/bundle/settings.rs:197:56
[INFO] [stderr]     |
[INFO] [stderr] 197 |   /// Define the section in Debian Control file. See : https://www.debian.org/doc/debian-policy/ch-archive.html#s-subsections
[INFO] [stderr]     |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 197 |   /// Define the section in Debian Control file. See : <https://www.debian.org/doc/debian-policy/ch-archive.html#s-subsections>
[INFO] [stderr]     |                                                        +                                                                      +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/bundle/settings.rs:203:7
[INFO] [stderr]     |
[INFO] [stderr] 203 |   /// https://www.debian.org/doc/debian-policy/ch-docs.html#changelog-files-and-release-notes
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 203 |   /// <https://www.debian.org/doc/debian-policy/ch-docs.html#changelog-files-and-release-notes>
[INFO] [stderr]     |       +                                                                                       +
[INFO] [stderr] 
[INFO] [stderr] warning: `tauri-bundler` (lib doc) generated 5 warnings (run `cargo fix --lib -p tauri-bundler` to apply 3 suggestions)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/tauri_bundler/index.html
[INFO] running `Command { std: "docker" "inspect" "c968e64d2c0c2c04c1db0f9734d5c167b437562b7fac901898a8c51822a89c56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c968e64d2c0c2c04c1db0f9734d5c167b437562b7fac901898a8c51822a89c56", kill_on_drop: false }`
[INFO] [stdout] c968e64d2c0c2c04c1db0f9734d5c167b437562b7fac901898a8c51822a89c56