mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-24 12:48:55 +00:00
cargo: upgrade to Rust 2021 (just to stay up to date)
This commit is contained in:
parent
c185b395f6
commit
60c43cfc0d
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
name = "jujutsu"
|
name = "jujutsu"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
|
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
|
||||||
edition = "2018"
|
edition = "2021"
|
||||||
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"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
name = "jujutsu-lib"
|
name = "jujutsu-lib"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
|
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
|
||||||
edition = "2018"
|
edition = "2021"
|
||||||
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