helix/helix-core
Fomalhaut Weisszwerg b7f98d1d99
set Cargo feature resolver to v2 (#8917)
* 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
2023-11-27 13:24:57 +01:00
..
src bump MSRV to 1.70.0 (#8877) 2023-11-25 13:55:49 +01:00
tests Run indentation tests on a part of the Helix source code. 2023-08-11 23:44:02 +09:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
Cargo.toml set Cargo feature resolver to v2 (#8917) 2023-11-27 13:24:57 +01:00