Skip to content

Commit

Permalink
chore: update dependencies with SCALE Codec
Browse files Browse the repository at this point in the history
  • Loading branch information
bidzyyys committed Mar 12, 2024
1 parent cecedfa commit 733f377
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -84,8 +84,8 @@ ark-secp256r1 = "0.4.0"
ark-std = "0.4.0"
assert_matches = "1.5"
bimap = "0.6.3"
cairo-felt = "0.9.1"
cairo-vm = "0.9.1"
cairo-felt = { git = "https://github.com/bidzyyys/cairo-vm.git", branch = "feature/scale-codec" }
cairo-vm = { git = "https://github.com/bidzyyys/cairo-vm.git", branch = "feature/scale-codec" }
clap = { version = "4.4", features = ["derive"] }
colored = "2"
const-fnv1a-hash = "1.1.0"
Expand Down

0 comments on commit 733f377

Please sign in to comment.