@@ -17,21 +17,21 @@ exclude = [ "examples", "modules", "benchmark", "odra-casper/proxy-caller", "tem
1717resolver = " 2"
1818
1919[workspace .package ]
20- version = " 1.5.0 "
20+ version = " 1.5.1 "
2121authors = [" Jakub Płaskonka <kuba@odra.dev>" , " Krzysztof Pobiarżyn <krzysztof@odra.dev>" , " Maciej Zieliński <maciej@odra.dev>" ]
2222license = " MIT"
2323homepage = " https://odra.dev/docs"
2424repository = " https://github.com/odradev/odra"
2525
2626[workspace .dependencies ]
27- odra-core = { path = " core" , version = " 1.5.0 " }
28- odra-macros = { path = " odra-macros" , version = " 1.5.0 " }
29- odra-casper-test-vm = { path = " odra-casper/test-vm" , version = " 1.5.0 " }
30- odra-casper-rpc-client = { path = " odra-casper/rpc-client" , version = " 1.5.0 " }
31- odra-vm = { path = " odra-vm" , version = " 1.5.0 " }
32- odra-casper-wasm-env = { path = " odra-casper/wasm-env" , version = " 1.5.0 " }
33- odra-casper-livenet-env = { path = " odra-casper/livenet-env" , version = " 1.5.0 " }
34- odra-schema = { path = " odra-schema" , version = " 1.5.0 " }
27+ odra-core = { path = " core" , version = " 1.5.1 " }
28+ odra-macros = { path = " odra-macros" , version = " 1.5.1 " }
29+ odra-casper-test-vm = { path = " odra-casper/test-vm" , version = " 1.5.1 " }
30+ odra-casper-rpc-client = { path = " odra-casper/rpc-client" , version = " 1.5.1 " }
31+ odra-vm = { path = " odra-vm" , version = " 1.5.1 " }
32+ odra-casper-wasm-env = { path = " odra-casper/wasm-env" , version = " 1.5.1 " }
33+ odra-casper-livenet-env = { path = " odra-casper/livenet-env" , version = " 1.5.1 " }
34+ odra-schema = { path = " odra-schema" , version = " 1.5.1 " }
3535casper-contract = { version = " 4.0.0" , default-features = false }
3636casper-types = { version = " 4.0.1" , default-features = false }
3737casper-execution-engine = " 7.0.1"
0 commit comments