Skip to content

Commit

Permalink
bump sn-trie-proofs 0.1.1 (#19)
Browse files Browse the repository at this point in the history
* deploy sn-trie-proofs 0.1.0

* ci: clippy

* 0.1.1
  • Loading branch information
rkdud007 authored Oct 28, 2024
1 parent a207c11 commit 7d579e6
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 50 deletions.
76 changes: 32 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serde = "1.0.197"
serde_with = { version = "3.7.0", features = ["hex"] }
serde_json = "1.0.114"
thiserror = "1.0"
starknet-types-core = "0.1.5"
starknet-types-rpc = { version = "0.7.1", git = "https://github.com/starknet-io/types-rs" }
starknet-types-core = "0.1.7"
starknet-types-rpc = { version = "0.7.1" }
sn-merkle-trie = { version = "0.1.0" }
bitflags = "2.6.0"
8 changes: 4 additions & 4 deletions crates/sn-trie-proofs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "sn-trie-proofs"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "Starknet Transaction Trie Proofs"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/HerodotusDev/eth-trie-proofs"
license-file = "../../LICENSE"
repository = "https://github.com/HerodotusDev/trie-proofs.git"
keywords = ["mpt", "trie", "starknet"]
categories = ["cryptography", "data-structures", "blockchain"]
categories = ["cryptography", "data-structures"]
exclude = [".github"]

[dependencies]
Expand Down

0 comments on commit 7d579e6

Please sign in to comment.