comparison rust/hg-cpython/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 7b98f4f94911
children 5844cd8e81ca
comparison
equal deleted inserted replaced
49629:eb383f093a01 49630:1b6be761c23d
1 [package] 1 [package]
2 name = "hg-cpython" 2 name = "hg-cpython"
3 version = "0.1.0" 3 version = "0.1.0"
4 authors = ["Georges Racinet <gracinet@anybox.fr>"] 4 authors = ["Georges Racinet <gracinet@anybox.fr>"]
5 edition = "2018" 5 edition = "2021"
6 6
7 [lib] 7 [lib]
8 name='rusthg' 8 name='rusthg'
9 crate-type = ["cdylib"] 9 crate-type = ["cdylib"]
10 10