1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-16 10:11:01 +00:00

Merge pull request #1251 from uutils/dependabot/cargo/half-1.1.1

Bump half from 1.1.0 to 1.1.1
This commit is contained in:
Alex Lyon 2018-06-25 09:24:32 -07:00 committed by GitHub
commit 8c366cd4ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ path = "od.rs"
getopts = "0.2.14"
libc = "0.2.42"
byteorder = "1.1.0"
half = "1.1.0"
half = "1.1.1"
uucore = { path="../uucore" }
[[bin]]