mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
parser: fix index out of bounds error (#4484)
+ revert 1bc9980 to use files in workspace
This commit is contained in:
+2
-2
@@ -11,10 +11,10 @@ cargo-fuzz = true
|
||||
libfuzzer-sys = "0.4"
|
||||
|
||||
[dependencies.uucore]
|
||||
uucore = { workspace = true }
|
||||
path = "../src/uucore/"
|
||||
|
||||
[dependencies.uu_date]
|
||||
uu_date = { workspace = true }
|
||||
path = "../src/uu/date/"
|
||||
|
||||
# Prevent this from interfering with workspaces
|
||||
[workspace]
|
||||
|
||||
Reference in New Issue
Block a user