mirror of
https://github.com/nushell/nushell.git
synced 2025-05-28 22:07:40 +02:00
Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.30.0 to 0.31.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/baoyachi/shadow-rs/releases">shadow-rs's releases</a>.</em></p> <blockquote> <h2>[Improvement] Correct git command directory</h2> <p>ref: <a href="https://redirect.github.com/baoyachi/shadow-rs/issues/170">#170</a></p> <p>Thx <a href="https://github.com/MichaelScofield"><code>@MichaelScofield</code></a></p> <h2>Make build_with function public</h2> <p>ref:<a href="https://redirect.github.com/baoyachi/shadow-rs/issues/169">#169</a></p> <p>Thx <a href="https://github.com/MichaelScofield"><code>@MichaelScofield</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="aa804ec8a2
"><code>aa804ec</code></a> Update Cargo.toml</li> <li><a href="b3fbe36403
"><code>b3fbe36</code></a> Merge pull request <a href="https://redirect.github.com/baoyachi/shadow-rs/issues/170">#170</a> from MichaelScofield/find-right-branch</li> <li><a href="fe6f940f8b
"><code>fe6f940</code></a> execute "git" command in the right path</li> <li><a href="458be25e74
"><code>458be25</code></a> Merge pull request <a href="https://redirect.github.com/baoyachi/shadow-rs/issues/169">#169</a> from MichaelScofield/flexible-for-submodule</li> <li><a href="1521a288b4
"><code>1521a28</code></a> Expose the "build" function to let projects with submodules control where to ...</li> <li><a href="ee12741fa0
"><code>ee12741</code></a> Merge pull request <a href="https://redirect.github.com/baoyachi/shadow-rs/issues/168">#168</a> from baoyachi/issue/149</li> <li><a href="dfb8b24adb
"><code>dfb8b24</code></a> cargo fmt</li> <li><a href="a3be8680aa
"><code>a3be868</code></a> fix clippy</li> <li><a href="c8e7cd5704
"><code>c8e7cd5</code></a> Fix compilation failures caused by unwrap</li> <li>See full diff in <a href="https://github.com/baoyachi/shadow-rs/compare/v0.30.0...v0.31.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Nushell core libraries and plugins
These sub-crates form both the foundation for Nu and a set of plugins which extend Nu with additional functionality.
Foundational libraries are split into two kinds of crates:
- Core crates - those crates that work together to build the Nushell language engine
- Support crates - a set of crates that support the engine with additional features like JSON support, ANSI support, and more.
Plugins are likewise also split into two types:
- Core plugins - plugins that provide part of the default experience of Nu, including access to the system properties, processes, and web-connectivity features.
- Extra plugins - these plugins run a wide range of different capabilities like working with different file types, charting, viewing binary data, and more.