From 021140cb637712462f64e70c09147af2fb361947 Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Mon, 7 Oct 2024 16:53:05 +0000 Subject: [PATCH] remove patch --- Cargo.lock | 2 ++ Cargo.toml | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e81be82..96cbe96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2212,6 +2212,8 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "steel" version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d88c610ca9fd5e4e51bdb6e9964114133a42f006713fe38aff37266fac91e1be" dependencies = [ "bytemuck", "num_enum", diff --git a/Cargo.toml b/Cargo.toml index 7ea337d..d77adcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,3 @@ spl-associated-token-account = { version = "^2.3", features = [ "no-entrypoint" static_assertions = "1.1.0" steel = { features = ["spl"], version = "1.0" } thiserror = "1.0.57" - - -[patch.crates-io] -steel = { path = "../steel/lib" }