Skip to content

Commit ce9e48d

Browse files
committed
Bump version to 1.5.1
1 parent 6ab27de commit ce9e48d

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@ exclude = [ "examples", "modules", "benchmark", "odra-casper/proxy-caller", "tem
1717
resolver = "2"
1818

1919
[workspace.package]
20-
version = "1.5.0"
20+
version = "1.5.1"
2121
authors = ["Jakub Płaskonka <kuba@odra.dev>", "Krzysztof Pobiarżyn <krzysztof@odra.dev>", "Maciej Zieliński <maciej@odra.dev>"]
2222
license = "MIT"
2323
homepage = "https://odra.dev/docs"
2424
repository = "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" }
3535
casper-contract = { version = "4.0.0", default-features = false }
3636
casper-types = { version = "4.0.1", default-features = false }
3737
casper-execution-engine = "7.0.1"

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "odra-examples"
3-
version = "1.5.0"
3+
version = "1.5.1"
44
edition = "2021"
55

66
[dependencies]

modules/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "odra-modules"
3-
version = "1.5.0"
3+
version = "1.5.1"
44
edition = "2021"
55
authors = ["Jakub Płaskonka <kuba@odra.dev>", "Krzysztof Pobiarżyn <krzysztof@odra.dev>", "Maciej Zieliński <maciej@odra.dev>"]
66
license = "MIT"
@@ -9,23 +9,23 @@ description = "Collection of reusable Odra modules."
99
keywords = ["wasm", "webassembly", "blockchain"]
1010

1111
[dependencies]
12-
odra = { path = "../odra", version = "1.5.0", default-features = false }
12+
odra = { path = "../odra", version = "1.5.1", default-features = false }
1313
serde = { version = "1.0.80", default-features = false }
1414
serde_json = { version = "1.0.59", default-features = false }
1515
serde-json-wasm = { version = "1.0.1", default-features = false }
1616
base16 = { version = "0.2.1", default-features = false }
1717
base64 = { version = "0.22.0", default-features = false, features = ["alloc"] }
1818

1919
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
20-
odra-build = { path = "../odra-build", version = "1.5.0" }
20+
odra-build = { path = "../odra-build", version = "1.5.1" }
2121

2222
[dev-dependencies]
23-
odra-test = { path = "../odra-test", version = "1.5.0" }
23+
odra-test = { path = "../odra-test", version = "1.5.1" }
2424
once_cell = "1"
2525
blake2 = "0.10.6"
2626

2727
[build-dependencies]
28-
odra-build = { path = "../odra-build", version = "1.5.0" }
28+
odra-build = { path = "../odra-build", version = "1.5.1" }
2929

3030
[features]
3131
default = []

odra-casper/proxy-caller/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "odra-casper-proxy-caller"
33
edition = "2021"
4-
version = "1.5.0"
4+
version = "1.5.1"
55
authors = ["Jakub Płaskonka <kuba@odra.dev>", "Krzysztof Pobiarżyn <krzysztof@odra.dev>", "Maciej Zieliński <maciej@odra.dev>"]
66
license = "MIT"
77
homepage = "https://odra.dev/docs"

0 commit comments

Comments
 (0)