From 4a8d2b24d2ba437da9c753ac52bdbdefebec3742 Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Thu, 14 Apr 2022 13:50:47 -0700 Subject: [PATCH] fix cargo rev --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 76fed7f87..4df640546 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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"