From 49b4da3d8ce80ba092a056f3273ed87f316eae00 Mon Sep 17 00:00:00 2001 From: Ammar Arif Date: Wed, 26 Jun 2024 11:26:47 -0400 Subject: [PATCH] update comment --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e385e70..8550a8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,8 @@ tokio = { version = "1.15.0", features = ["full"], optional = true } # Remove this patch once `starknet-rs` has been updated to use a version of `starknet-types-core` which includes the specified rev. # This specific rev is to implement `FromStr` for `Felt` starknet-types-core = { git = "https://github.com/starknet-io/types-rs", rev = "d3d77a5" } -# To enable std feature on `starknet-types-core`, remove this patch once the following PR is merged: +# Remove this patch once the following PR is merged: +# To enable std feature on `starknet-types-core`. starknet-core = { git = "https://github.com/kariy/starknet-rs", rev = "fffe8e9" } [features]