use TC_UUID_STRING_BYTES constant directly

This commit is contained in:
Dustin J. Mitchell
2022-03-06 01:22:59 +00:00
parent a7f353bd6e
commit 43ab50db42
3 changed files with 2 additions and 5 deletions

View File

@@ -11,7 +11,6 @@ crate-type = ["staticlib", "cdylib"]
libc = "0.2.113"
chrono = "^0.4.10"
taskchampion = { path = "../taskchampion" }
uuid = { version = "^0.8.2", features = ["v4"] }
anyhow = "1.0"
[dev-dependencies]