From 77aa25cf1b5bfdc55651fa6424ecb650bc2fd4ed Mon Sep 17 00:00:00 2001 From: RevanthGundala <93841932+RevanthGundala@users.noreply.github.com> Date: Sat, 29 Jul 2023 11:35:11 -0700 Subject: [PATCH] Update Cargo.toml - thiserror version thiserror version upgraded from 1.0.39 to 1.0.44. Sui sdk is not compatible with v 1.0.39. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa789d0..4653942 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ byteorder = "=1.4.3" ethers-core = { version = "=2.0.7", default-features = false, optional = true } # error handling -thiserror = "=1.0.39" +thiserror = "=1.0.44" color-eyre = "=0.6.2" criterion = "=0.3.6"