fix cargo rev

This commit is contained in:
Jamie Pine
2022-04-14 13:50:47 -07:00
parent 1b103877b8
commit 4a8d2b24d2

View File

@@ -29,7 +29,7 @@ once_cell = "1.8.0"
int-enum = "0.4.0"
# Project dependencies
ts-rs = "6.1"
prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust.git", rev = "eb7a7804518f68933ce313ae6226b882b22b81f8" }
prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust.git", rev = "3f742cc4fb4df9a77c6311d43183d5082cf32510" }
walkdir = "^2.3.2"
bytesize = "1.1.0"
env_logger = "0.9.0"