Move edition and MSRV to workspace

This commit is contained in:
Henrik Hørlück Berg
2023-08-15 01:31:46 +02:00
committed by Johannes Altmanninger
parent cf5b9d1c7e
commit bc29b4aee1
3 changed files with 8 additions and 3 deletions

View File

@@ -6,6 +6,10 @@ members = [
]
default-members = ["fish-rust"]
[workspace.package]
rust-version = "1.67"
edition = "2021"
# TODO: Move fish-rust to src, make it the root package of this workspace
[patch.crates-io]