code-minimap
code-minimap copied to clipboard
🛰 A high performance code minimap render.
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.82 to 1.0.83. Release notes Sourced from anyhow's releases. 1.0.83 Integrate compile-time checking of cfgs (#363) Commits 96f0392 Release 1.0.83 17bbd1e Merge pull request #363 from dtolnay/checkcfg...
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.5 to 4.5.7. Release notes Sourced from clap_complete's releases. v4.5.7 [4.5.7] - 2024-06-10 Fixes Clean up error message when too few arguments for num_args v4.5.6 [4.5.6] -...
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.7 to 4.5.8. Release notes Sourced from clap's releases. v4.5.8 [4.5.8] - 2024-06-28 Fixes Reduce extra flushes Changelog Sourced from clap's changelog. [4.5.8] - 2024-06-28 Fixes Reduce...
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.5 to 4.5.23. Release notes Sourced from clap_complete's releases. v4.5.16 [4.5.16] - 2024-08-15 Fixes (derive) Improve error messages when derive feature is missing v4.5.15 [4.5.15] - 2024-08-10...
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.7 to 4.5.16. Release notes Sourced from clap's releases. v4.5.16 [4.5.16] - 2024-08-15 Fixes (derive) Improve error messages when derive feature is missing v4.5.15 [4.5.15] - 2024-08-10...
Bumps [rstest](https://github.com/la10736/rstest) from 0.21.0 to 0.22.0. Release notes Sourced from rstest's releases. Version 0.22.0 Destructuring input data Changelog Sourced from rstest's changelog. [0.22.0] 2024/8/4 Changed Now it's possible destructuring input...
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.89 to 1.0.90. Release notes Sourced from anyhow's releases. 1.0.90 Documentation improvements Commits a0b868a Release 1.0.90 0f74169 Improve rendering of inline code in macros documentation 8ce4560 Ignore...
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.26 to 4.5.33. Commits 61f5ee5 chore: Release 3e65384 docs: Update changelog fca8f73 Merge pull request #5706 from shannmu/external_subcommand fc82a3e feat(complete): Support to complete custom external subcommand 6a09122...
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.17 to 4.5.20. Release notes Sourced from clap's releases. v4.5.19 [4.5.19] - 2024-10-01 Internal Update dependencies v4.5.18 [4.5.18] - 2024-09-20 Features (builder) Expose Arg::get_display_order and Command::get_display_order Changelog...
Bumps [rstest](https://github.com/la10736/rstest) from 0.22.0 to 0.23.0. Release notes Sourced from rstest's releases. 0.23.0 What's Changed Upgrade to async-std v1.13 by @jayvdb in la10736/rstest#274 Allow environment variables in #[files] attributes by...