From 5d13e38e8d0d1248b5c39b221f30ed0f02da57a4 Mon Sep 17 00:00:00 2001 From: Kirill Mikheev Date: Fri, 27 Dec 2024 13:33:53 +0300 Subject: [PATCH] remove me: patch on `everscale-types` --- Cargo.lock | 6 ++---- Cargo.toml | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0765bfea8..2a03a8d77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -890,8 +890,7 @@ dependencies = [ [[package]] name = "everscale-types" version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b73dfe88b44fb8dab157b67818568764a4e43f049313eecaf58e13c55e913af" +source = "git+https://github.com/broxus/everscale-types.git#b12768014d6008529aba4d4a1b23ee69c4ea69c7" dependencies = [ "ahash", "anyhow", @@ -920,8 +919,7 @@ dependencies = [ [[package]] name = "everscale-types-proc" version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "817dbaf10f56aa40db0f83452c51671bd9f0b8741d56f38459ebb911959437e7" +source = "git+https://github.com/broxus/everscale-types.git#b12768014d6008529aba4d4a1b23ee69c4ea69c7" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 9564ead20..0852c8997 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -136,6 +136,7 @@ tycho-util = { path = "./util", version = "0.1.5" } [patch.crates-io] weedb = { version = "0.3.8", git = "https://github.com/broxus/weedb.git", rev = "59728ea0c8703dd28a4c37dee05c1321cd81b966" } +everscale-types = { git = "https://github.com/broxus/everscale-types.git" } [workspace.lints.rust] future_incompatible = "warn"