Use the workspace inheritance feature of rust 1.64

This commit is contained in:
Tamo 2023-02-15 13:51:07 +01:00
parent 91ce8a5e67
commit 74d1a67a99
15 changed files with 125 additions and 33 deletions

4
Cargo.lock generated
View file

@ -609,9 +609,9 @@ dependencies = [
[[package]]
name = "cargo_toml"
version = "0.13.3"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "497049e9477329f8f6a559972ee42e117487d01d1e8c2cc9f836ea6fa23a9e1a"
checksum = "2bfbc36312494041e2cdd5f06697b7e89d4b76f42773a0b5556ac290ff22acc2"
dependencies = [
"serde",
"toml",