Skip to content

Commit c7cabfc

Browse files
Update markdown to v1 and fix CLI reference links (astral-sh#13166)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [markdown](https://redirect.github.com/wooorm/markdown-rs) | dependencies | major | `0.3.0` -> `1.0.0` | --- ### Release Notes <details> <summary>wooorm/markdown-rs (markdown)</summary> ### [`v1.0.0`](https://redirect.github.com/wooorm/markdown-rs/releases/tag/1.0.0) 💯 Nothing changed since the last alpha. It’s just that: this crate’s now being used a bunch and working well, so it’s time to be stable! </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/uv). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbnRlcm5hbCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: konstin <[email protected]>
1 parent dbcfe9f commit c7cabfc

File tree

4 files changed

+1401
-6257
lines changed

4 files changed

+1401
-6257
lines changed

Cargo.lock

Lines changed: 9 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/uv-dev/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ anyhow = { workspace = true }
4040
clap = { workspace = true, features = ["derive", "wrap_help"] }
4141
fs-err = { workspace = true, features = ["tokio"] }
4242
itertools = { workspace = true }
43-
markdown = { version = "0.3.0" }
43+
markdown = { version = "1.0.0" }
4444
owo-colors = { workspace = true }
4545
poloto = { version = "19.1.2", optional = true }
4646
pretty_assertions = { version = "1.4.1" }

crates/uv-dev/src/generate_cli_reference.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const REPLACEMENTS: &[(&str, &str)] = &[
2424
// TODO(zanieb): In general, we should show all of the environment variables in the reference
2525
// but this one is non-standard so it's the only one included right now. When we tackle the rest
2626
// we can fix the formatting.
27-
(" [env: &quot;UV<em>PYTHON</em>DOWNLOADS=never&quot;]", ""),
27+
(" [env: &quot;UV_PYTHON_DOWNLOADS=never&quot;]", ""),
2828
];
2929

3030
const SHOW_HIDDEN_COMMANDS: &[&str] = &["generate-shell-completion"];

0 commit comments

Comments
 (0)