comparison rust/rhg/Cargo.toml @ 49630:1b6be761c23d

rust: move all crates in the main workspace to edition 2021 We've changed our minimum Rust version to 1.61.0 in the previous patch, and edition 2021 predates that version.
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 14 Nov 2022 15:19:27 +0100
parents 52464a20add0
children 37bc3edef76f
comparison
equal deleted inserted replaced
49629:eb383f093a01 49630:1b6be761c23d
3 version = "0.1.0" 3 version = "0.1.0"
4 authors = [ 4 authors = [
5 "Antoine Cezar <antoine.cezar@octobus.net>", 5 "Antoine Cezar <antoine.cezar@octobus.net>",
6 "Raphaël Gomès <raphael.gomes@octobus.net>", 6 "Raphaël Gomès <raphael.gomes@octobus.net>",
7 ] 7 ]
8 edition = "2018" 8 edition = "2021"
9 9
10 [dependencies] 10 [dependencies]
11 atty = "0.2.14" 11 atty = "0.2.14"
12 hg-core = { path = "../hg-core"} 12 hg-core = { path = "../hg-core"}
13 chrono = "0.4.19" 13 chrono = "0.4.19"