Skip to content
This repository was archived by the owner on Feb 14, 2021. It is now read-only.

Commit 4ab6a85

Browse files
authored
bump version to v0.5.2 (#14)
1 parent 644c4b6 commit 4ab6a85

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build = "build.rs"
44
edition = "2018"
55
license = "GPL-3.0"
66
name = "advanca-worker"
7-
version = "0.5.1"
7+
version = "0.5.2"
88

99
[dependencies]
1010
log = "0.4"

client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Advanca Authors"]
33
edition = "2018"
44
name = "advanca-client"
55
license = "GPL-3.0"
6-
version = "0.5.1"
6+
version = "0.5.2"
77

88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99

enclave/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Advanca Authors"]
33
edition = "2018"
44
license = 'Apache-2.0'
55
name = "advanca-worker-enclave"
6-
version = "0.5.1"
6+
version = "0.5.2"
77

88
[lib]
99
name = "advanca_worker_enclave"

0 commit comments

Comments
 (0)