From 12276ee9370a044df90c2e4bc67d400c4be728d2 Mon Sep 17 00:00:00 2001 From: Vladimir Petrzhikovskii Date: Sat, 22 Jun 2024 15:55:33 +0200 Subject: [PATCH] fix: update everscale types --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8fd4c94c..60965708e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -842,7 +842,7 @@ dependencies = [ [[package]] name = "everscale-types" version = "0.1.0-rc.6" -source = "git+https://github.com/broxus/everscale-types.git?branch=tycho#d4508bcf013df4da3a68dd79306a9b9a93116842" +source = "git+https://github.com/broxus/everscale-types.git?branch=tycho#1a88545a9a627e3a4f50f39699c12615442d874d" dependencies = [ "ahash", "base64 0.21.7", @@ -862,7 +862,7 @@ dependencies = [ [[package]] name = "everscale-types-proc" version = "0.1.4" -source = "git+https://github.com/broxus/everscale-types.git?branch=tycho#d4508bcf013df4da3a68dd79306a9b9a93116842" +source = "git+https://github.com/broxus/everscale-types.git?branch=tycho#1a88545a9a627e3a4f50f39699c12615442d874d" dependencies = [ "proc-macro2", "quote",