Skip to content

Commit

Permalink
chore: 🤖 update mini-goldilocks dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
YancyParker committed Mar 8, 2024
1 parent 5e2248d commit a038dfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ola-lang-abi"
version = "1.0.6"
version = "1.0.7"
edition = "2021"
license = "MIT"
description = "Ola Smart Contract ABI parsing library"
Expand All @@ -16,7 +16,7 @@ nom = { version = "7.1.3", default-features = false, features = ["std"] }
serde = { version = "1.0.193", default-features = false, features = ["derive"] }
serde_json = { version = "1.0.108", default-features = false, features = ["std"] }
tiny-keccak = { version = "2.0", default-features = false, features = ["keccak"] }
mini-goldilocks = "0.1.0"
mini-goldilocks = "0.1.1"
[dev-dependencies]
pretty_assertions = "1.0"
rand = "0.8"
2 changes: 1 addition & 1 deletion package-lock.json

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

0 comments on commit a038dfd

Please sign in to comment.