File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " aerospike"
3- version = " 2.0.0-alpha.3 "
3+ version = " 2.0.0-alpha.4 "
44edition = " 2018"
55authors = [" Khosrow Afroozeh <khosrow@aerospike.com>" , " Jan Hecking <jhecking@aerospike.com>" ]
66description = " Aerospike Client for Rust"
@@ -23,9 +23,9 @@ travis-ci = { repository = "aerospike/aerospike-client-rust" }
2323appveyor = { 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 ]
3131default = [" async" , " serialization" , " rt-tokio" ]
Original file line number Diff line number Diff line change 11[package ]
22name = " aerospike-core"
3- version = " 2.0.0-alpha.3 "
3+ version = " 2.0.0-alpha.4 "
44edition = " 2018"
55authors = [" Khosrow Afroozeh <khosrow@aerospike.com>" , " Jan Hecking <jhecking@aerospike.com>" ]
66description = " Aerospike Client for Rust Core Crate. Not meant to be used independently."
@@ -25,7 +25,7 @@ lazy_static = "1.4"
2525thiserror = " 1.0.40"
2626pwhash = " 1.0"
2727serde = { 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 " }
2929futures = {version = " 0.3.16" }
3030async-trait = " 0.1.51"
3131rhexdump = " 0.2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " aerospike-macro"
3- version = " 2.0.0-alpha.3 "
3+ version = " 2.0.0-alpha.4 "
44edition = " 2018"
55authors = [" Khosrow Afroozeh <khosrow@aerospike.com>" , " Jan Hecking <jhecking@aerospike.com>" ]
66description = " Aerospike Client for Rust Macros Crate. Not meant to be used independently."
@@ -20,7 +20,7 @@ proc-macro = true
2020proc-macro2 = " 1.0.28"
2121syn = {version = " 2.0.98" , default-features = false , features = [" full" ]}
2222quote = {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 ]
2626rt-tokio = [" aerospike-rt/rt-tokio" ]
Original file line number Diff line number Diff line change 11[package ]
22name = " aerospike-rt"
3- version = " 2.0.0-alpha.3 "
3+ version = " 2.0.0-alpha.4 "
44edition = " 2018"
55authors = [" Khosrow Afroozeh <khosrow@aerospike.com>" , " Jan Hecking <jhecking@aerospike.com>" ]
66description = " Aerospike Client for Rust Runtime Crate. Not meant to be used independently."
Original file line number Diff line number Diff line change 11[package ]
22name = " aerospike-sync"
3- version = " 2.0.0-alpha.3 "
3+ version = " 2.0.0-alpha.4 "
44edition = " 2018"
55authors = [" Khosrow Afroozeh <khosrow@aerospike.com>" , " Jan Hecking <jhecking@aerospike.com>" ]
66description = " 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 " }
1919futures = {version = " 0.3.16" }
2020
2121[features ]
You can’t perform that action at this time.
0 commit comments