Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add hook/event system | Pascal Kuthe | 2024-01-23 |
| | |||
* | use workspace inheritance for common version (#8925) | Skyler Hawthorne | 2023-12-05 |
| | |||
* | set Cargo feature resolver to v2 (#8917) | Fomalhaut Weisszwerg | 2023-11-27 |
| | | | | | | | | | | | | | | | | | | | * fix: version of Cargo feature resolver. This commit solve the ambiguity to determin the version of resolver. To get more detail, see the following two documents: - https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions - https://doc.rust-lang.org/edition-guide/rust-2021/default-cargo-resolver.html * unified: Rust edition in all workspaces. Now, the Rust 2021 is available in all workspaces. * fined up: Cargo.toml by using workspace inheritance. To get more detail of the `workspace.package` table, see a following document: - https://doc.rust-lang.org/cargo/reference/workspaces.html#the-package-table | ||
* | transition to nucleo for fuzzy matching (#7814) | Pascal Kuthe | 2023-08-30 |
* transition to nucleo for fuzzy matching * drop flakey test case since the picker streams in results now any test that relies on the picker containing results is potentially flakely * use crates.io version of nucleo * Fix typo in commands.rs Co-authored-by: Skyler Hawthorne <skyler@dead10ck.com> --------- Co-authored-by: Skyler Hawthorne <skyler@dead10ck.com> |