1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Change edition to 2021

This commit is contained in:
Terts Diepraam 2022-04-01 19:03:15 +02:00
parent 5fbef7743b
commit af9f718936
105 changed files with 105 additions and 105 deletions

View file

@ -5,7 +5,7 @@ authors = ["nicoo <nicoo@debian.org>"]
license = "MIT"
description = "Benchmarks for the uu_factor integer factorization tool"
homepage = "https://github.com/uutils/coreutils"
edition = "2018"
edition = "2021"
[dependencies]
uu_factor = { path = "../../../src/uu/factor" }