Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Jun 26, 2024
1 parent 5c67f10 commit 49b4da3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/xJonathanLEI/starknet-rs/pull/615>
# Remove this patch once the following PR is merged: <https://github.com/xJonathanLEI/starknet-rs/pull/615>
# To enable std feature on `starknet-types-core`.
starknet-core = { git = "https://github.com/kariy/starknet-rs", rev = "fffe8e9" }

[features]
Expand Down

0 comments on commit 49b4da3

Please sign in to comment.