Skip to content

Commit 2edff23

Browse files
committed
Bump version
1 parent d91b1b5 commit 2edff23

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aerospike"
3-
version = "2.0.0-alpha.3"
3+
version = "2.0.0-alpha.4"
44
edition = "2018"
55
authors = ["Khosrow Afroozeh <khosrow@aerospike.com>", "Jan Hecking <jhecking@aerospike.com>"]
66
description = "Aerospike Client for Rust"
@@ -23,9 +23,9 @@ travis-ci = { repository = "aerospike/aerospike-client-rust" }
2323
appveyor = { repository = "aerospike/aerospike-client-rust" }
2424

2525
[dependencies]
26-
aerospike-core = {path = "./aerospike-core", optional = true, version = "2.0.0-alpha.3"}
27-
aerospike-sync = {path = "./aerospike-sync", optional = true, version = "2.0.0-alpha.3"}
28-
aerospike-macro = {path = "./aerospike-macro", optional = true, version = "2.0.0-alpha.3"}
26+
aerospike-core = {path = "./aerospike-core", optional = true, version = "2.0.0-alpha.4"}
27+
aerospike-sync = {path = "./aerospike-sync", optional = true, version = "2.0.0-alpha.4"}
28+
aerospike-macro = {path = "./aerospike-macro", optional = true, version = "2.0.0-alpha.4"}
2929

3030
[features]
3131
default = ["async", "serialization", "rt-tokio"]

aerospike-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aerospike-core"
3-
version = "2.0.0-alpha.3"
3+
version = "2.0.0-alpha.4"
44
edition = "2018"
55
authors = ["Khosrow Afroozeh <khosrow@aerospike.com>", "Jan Hecking <jhecking@aerospike.com>"]
66
description = "Aerospike Client for Rust Core Crate. Not meant to be used independently."
@@ -25,7 +25,7 @@ lazy_static = "1.4"
2525
thiserror = "1.0.40"
2626
pwhash = "1.0"
2727
serde = { version = "1.0", features = ["derive"], optional = true }
28-
aerospike-rt = {path = "../aerospike-rt", version = "2.0.0-alpha.3"}
28+
aerospike-rt = {path = "../aerospike-rt", version = "2.0.0-alpha.4"}
2929
futures = {version = "0.3.16" }
3030
async-trait = "0.1.51"
3131
rhexdump = "0.2.0"

aerospike-macro/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aerospike-macro"
3-
version = "2.0.0-alpha.3"
3+
version = "2.0.0-alpha.4"
44
edition = "2018"
55
authors = ["Khosrow Afroozeh <khosrow@aerospike.com>", "Jan Hecking <jhecking@aerospike.com>"]
66
description = "Aerospike Client for Rust Macros Crate. Not meant to be used independently."
@@ -20,7 +20,7 @@ proc-macro = true
2020
proc-macro2 = "1.0.28"
2121
syn = {version = "2.0.98", default-features = false, features = ["full"]}
2222
quote = {version = "1.0.6"}
23-
aerospike-rt = {path = "../aerospike-rt", version = "2.0.0-alpha.3"}
23+
aerospike-rt = {path = "../aerospike-rt", version = "2.0.0-alpha.4"}
2424

2525
[features]
2626
rt-tokio = ["aerospike-rt/rt-tokio"]

aerospike-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aerospike-rt"
3-
version = "2.0.0-alpha.3"
3+
version = "2.0.0-alpha.4"
44
edition = "2018"
55
authors = ["Khosrow Afroozeh <khosrow@aerospike.com>", "Jan Hecking <jhecking@aerospike.com>"]
66
description = "Aerospike Client for Rust Runtime Crate. Not meant to be used independently."

aerospike-sync/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aerospike-sync"
3-
version = "2.0.0-alpha.3"
3+
version = "2.0.0-alpha.4"
44
edition = "2018"
55
authors = ["Khosrow Afroozeh <khosrow@aerospike.com>", "Jan Hecking <jhecking@aerospike.com>"]
66
description = "Aerospike Client for Rust Sync Crate."
@@ -15,7 +15,7 @@ readme = "README.md"
1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616

1717
[dependencies]
18-
aerospike-core = {path = "../aerospike-core", version = "2.0.0-alpha.3"}
18+
aerospike-core = {path = "../aerospike-core", version = "2.0.0-alpha.4"}
1919
futures = {version = "0.3.16" }
2020

2121
[features]

0 commit comments

Comments
 (0)