mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-24 12:48:55 +00:00
cargo: specify MSRV (1.57 on lib and 1.58 on CLI)
This commit is contained in:
parent
109a9422f0
commit
5a77e88b94
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ name = "jujutsu"
|
||||||
version = "0.4.0"
|
version = "0.4.0"
|
||||||
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
|
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
rust-version = "1.58"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "Jujutsu (an experimental VCS)"
|
description = "Jujutsu (an experimental VCS)"
|
||||||
homepage = "https://github.com/martinvonz/jj"
|
homepage = "https://github.com/martinvonz/jj"
|
||||||
|
|
|
@ -3,6 +3,7 @@ name = "jujutsu-lib"
|
||||||
version = "0.4.0"
|
version = "0.4.0"
|
||||||
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
|
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
rust-version = "1.57"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "Library for Jujutsu (an experimental VCS)"
|
description = "Library for Jujutsu (an experimental VCS)"
|
||||||
homepage = "https://github.com/martinvonz/jj"
|
homepage = "https://github.com/martinvonz/jj"
|
||||||
|
|
Loading…
Reference in a new issue