diff --git a/radix-engine-stores/Cargo.toml b/radix-engine-stores/Cargo.toml index 97a44704c58..5c945e796d1 100644 --- a/radix-engine-stores/Cargo.toml +++ b/radix-engine-stores/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "radix-engine-stores" -version = "0.5.0" +version = "0.5.1" edition = "2021" [dependencies] diff --git a/radix-engine/Cargo.toml b/radix-engine/Cargo.toml index c6087cb2019..cd009f81ca1 100644 --- a/radix-engine/Cargo.toml +++ b/radix-engine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "radix-engine" -version = "0.5.0" +version = "0.5.1" edition = "2021" [dependencies] diff --git a/radix-engine/tests/local_component/Cargo.toml b/radix-engine/tests/local_component/Cargo.toml index ab4a043dafd..a3c0b6aa760 100644 --- a/radix-engine/tests/local_component/Cargo.toml +++ b/radix-engine/tests/local_component/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "local_component" -version = "0.5.0" +version = "0.5.1" edition = "2021" [dependencies] diff --git a/radix-engine/tests/local_recursion/Cargo.toml b/radix-engine/tests/local_recursion/Cargo.toml index 46597d73924..b2ca5d57eb5 100644 --- a/radix-engine/tests/local_recursion/Cargo.toml +++ b/radix-engine/tests/local_recursion/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "local_recursion" -version = "0.5.0" +version = "0.5.1" edition = "2021" [dependencies] diff --git a/radix-engine/tests/system/Cargo.toml b/radix-engine/tests/system/Cargo.toml index 643aa91ff81..ad959ea5daf 100644 --- a/radix-engine/tests/system/Cargo.toml +++ b/radix-engine/tests/system/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "system" -version = "0.5.0" +version = "0.5.1" edition = "2021" [dependencies] diff --git a/sbor-derive/Cargo.toml b/sbor-derive/Cargo.toml index a3d488270f3..10298488696 100644 --- a/sbor-derive/Cargo.toml +++ b/sbor-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sbor-derive" -version = "0.5.0" +version = "0.5.1" edition = "2021" [lib] diff --git a/sbor-tests/Cargo.toml b/sbor-tests/Cargo.toml index a8d6cb708fc..625043ce949 100644 --- a/sbor-tests/Cargo.toml +++ b/sbor-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sbor-tests" -version = "0.5.0" +version = "0.5.1" edition = "2021" [dependencies] diff --git a/sbor/Cargo.toml b/sbor/Cargo.toml index b855a6c6aee..d4fabf1c963 100644 --- a/sbor/Cargo.toml +++ b/sbor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sbor" -version = "0.5.0" +version = "0.5.1" edition = "2021" [dependencies] diff --git a/scrypto-abi/Cargo.toml b/scrypto-abi/Cargo.toml index 0c477e4ccbd..b5f65c5dad8 100644 --- a/scrypto-abi/Cargo.toml +++ b/scrypto-abi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scrypto-abi" -version = "0.5.0" +version = "0.5.1" edition = "2021" [dependencies] diff --git a/scrypto-derive/Cargo.toml b/scrypto-derive/Cargo.toml index adad1443ef6..f93b8870486 100644 --- a/scrypto-derive/Cargo.toml +++ b/scrypto-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scrypto-derive" -version = "0.5.0" +version = "0.5.1" edition = "2021" [lib] diff --git a/scrypto-tests/Cargo.toml b/scrypto-tests/Cargo.toml index 30bf9dc4038..18150326e2c 100644 --- a/scrypto-tests/Cargo.toml +++ b/scrypto-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scrypto-tests" -version = "0.5.0" +version = "0.5.1" edition = "2021" [dependencies] diff --git a/scrypto-unit/Cargo.toml b/scrypto-unit/Cargo.toml index a3b3635445f..2bcd5bce5a4 100644 --- a/scrypto-unit/Cargo.toml +++ b/scrypto-unit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scrypto-unit" -version = "0.5.0" +version = "0.5.1" edition = "2021" [dependencies] diff --git a/scrypto/Cargo.toml b/scrypto/Cargo.toml index c5b98282d3d..cb4638b3c82 100644 --- a/scrypto/Cargo.toml +++ b/scrypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scrypto" -version = "0.5.0" +version = "0.5.1" edition = "2021" [dependencies] diff --git a/simulator/Cargo.toml b/simulator/Cargo.toml index e7f92305c4e..7b4a496ee54 100644 --- a/simulator/Cargo.toml +++ b/simulator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simulator" -version = "0.5.0" +version = "0.5.1" edition = "2021" [dependencies] diff --git a/transaction/Cargo.toml b/transaction/Cargo.toml index cab0fe24216..effeac615de 100644 --- a/transaction/Cargo.toml +++ b/transaction/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "transaction" -version = "0.5.0" +version = "0.5.1" edition = "2021" [dependencies]