gitbutler-git now specifies the minimum required rustc version. (#4514)

That way, the error message will be clear and it's more obvious how to overcome
issues related to older-than-needed compiler versions.
This commit is contained in:
Sebastian Thiel 2024-07-29 16:57:47 +02:00
parent 48fb7c2b75
commit 9113105413
No known key found for this signature in database
GPG Key ID: 9CB5EE7895E8268B

View File

@ -4,6 +4,7 @@ version = "0.0.0"
edition = "2021"
authors = ["GitButler <gitbutler@gitbutler.com>"]
publish = false
rust-version = "1.74"
[[bin]]
name = "gitbutler-cli"