remove patch

This commit is contained in:
Hardhat Chad
2024-10-07 16:53:05 +00:00
parent 6f79d524ec
commit 021140cb63
2 changed files with 2 additions and 4 deletions

2
Cargo.lock generated
View File

@@ -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",

View File

@@ -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" }