11[package ]
22name = " wasm-cairo"
3- version = " 0.9.4 "
3+ version = " 0.10.2 "
44authors = [" cryptonerdcn <cryptonerdcn@gmail.com> (https://twitter.com/cryptonerdcn)" ]
55edition = " 2018"
66description = " WASM runtime for Cairo language and Starknet"
@@ -18,10 +18,10 @@ default = ["console_error_panic_hook", "wee_alloc"]
1818clap = { version = " 4.2.5" , features = [" derive" ] }
1919serde_json = " 1.0.91"
2020wasm-bindgen = " 0.2.87"
21- cairo-lang-starknet = { package = " cairo-lang-starknet" , git = " https://github.com/cryptonerdcn/cairo.git" , rev = " 43391f82cb6d7486aa030903f05b1eb50138cea3 " }
22- cairo-lang-compiler = { package = " cairo-lang-compiler" , git = " https://github.com/cryptonerdcn/cairo.git" , rev = " 43391f82cb6d7486aa030903f05b1eb50138cea3 " }
23- cairo-lang-runner = { package = " cairo-lang-runner" , git = " https://github.com/cryptonerdcn/cairo.git" , rev = " 43391f82cb6d7486aa030903f05b1eb50138cea3 " , features = [" alloc" ], default-features = false }
24- cairo-lang-test-runner = { package = " cairo-lang-test-runner" , git = " https://github.com/cryptonerdcn/cairo.git" , rev = " 43391f82cb6d7486aa030903f05b1eb50138cea3 " , features = [" alloc" ], default-features = false }
21+ cairo-lang-starknet = { package = " cairo-lang-starknet" , git = " https://github.com/cryptonerdcn/cairo.git" , rev = " 37b729536426532aee6c0633090e5a1e46a2b197 " }
22+ cairo-lang-compiler = { package = " cairo-lang-compiler" , git = " https://github.com/cryptonerdcn/cairo.git" , rev = " 37b729536426532aee6c0633090e5a1e46a2b197 " }
23+ cairo-lang-runner = { package = " cairo-lang-runner" , git = " https://github.com/cryptonerdcn/cairo.git" , rev = " 37b729536426532aee6c0633090e5a1e46a2b197 " , features = [" alloc" ], default-features = false }
24+ cairo-lang-test-runner = { package = " cairo-lang-test-runner" , git = " https://github.com/cryptonerdcn/cairo.git" , rev = " 37b729536426532aee6c0633090e5a1e46a2b197 " , features = [" alloc" ], default-features = false }
2525
2626
2727# The `console_error_panic_hook` crate provides better debugging of panics by
0 commit comments