Skip to content

Commit 157bbab

Browse files
xtqqczzesylvestre
authored andcommitted
deps: remove unnecessary package fields
1 parent 5547962 commit 157bbab

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -489,12 +489,12 @@ fluent = "0.17.0"
489489
unic-langid = "0.9.6"
490490
fluent-syntax = "0.12.0"
491491

492-
uucore = { version = "0.8.0", package = "uucore", path = "src/uucore" }
493-
uucore_procs = { version = "0.8.0", package = "uucore_procs", path = "src/uucore_procs" }
492+
uucore = { version = "0.8.0", path = "src/uucore" }
493+
uucore_procs = { version = "0.8.0", path = "src/uucore_procs" }
494494
uu_ls = { version = "0.8.0", path = "src/uu/ls" }
495495
uu_base32 = { version = "0.8.0", path = "src/uu/base32" }
496496
uu_checksum_common = { version = "0.8.0", path = "src/uu/checksum_common" }
497-
uutests = { version = "0.8.0", package = "uutests", path = "tests/uutests" }
497+
uutests = { version = "0.8.0", path = "tests/uutests" }
498498

499499
# This is the linting configuration for all crates.
500500
# In order to use these, all crates have `[lints] workspace = true` section.
@@ -571,7 +571,7 @@ zip = { workspace = true, optional = true }
571571

572572

573573
# * uutils
574-
uu_test = { optional = true, version = "0.8.0", package = "uu_test", path = "src/uu/test" }
574+
uu_test = { optional = true, version = "0.8.0", path = "src/uu/test" }
575575
#
576576
arch = { optional = true, version = "0.8.0", package = "uu_arch", path = "src/uu/arch" }
577577
base32 = { optional = true, version = "0.8.0", package = "uu_base32", path = "src/uu/base32" }

0 commit comments

Comments
 (0)