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

parser: fix index out of bounds error (#4484)

+ revert 1bc9980 to use files in workspace
This commit is contained in:
papparapa 2023-03-12 19:07:59 +09:00 committed by GitHub
parent 50a27e0aac
commit e5b6f63305
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View file

@ -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]