Skip to content

Commit 99d9497

Browse files
committed
Bump version to 5.0.1
1 parent 52db8a4 commit 99d9497

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

foundationdb-bindingtester/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bindingtester"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = [
55
"Benjamin Fry <benjaminfry@me.com>",
66
"Vincent Rouillé <vincent@clikengo.com>",
@@ -32,7 +32,7 @@ fdb-6_2 = ["foundationdb/fdb-6_2"]
3232
[dependencies]
3333
env_logger = "0.7.1"
3434
foundationdb = { path = "../foundationdb", features = ["uuid", "num-bigint"], default-features = false }
35-
foundationdb-sys = { version = "0.5.0", path = "../foundationdb-sys", default-features = false }
35+
foundationdb-sys = { version = "0.5.1", path = "../foundationdb-sys", default-features = false }
3636
futures = "0.3.0"
3737
log = "0.4.8"
3838
num-bigint = "0.3.0"

foundationdb-gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "foundationdb-gen"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = [
55
"Jihyun Yu <yjh0502@gmail.com>",
66
"Vincent Rouillé <vincent@clikengo.com>",

foundationdb-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "foundationdb-sys"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = [
55
"Benjamin Fry <benjaminfry@me.com>",
66
"Vincent Rouillé <vincent@clikengo.com>",

foundationdb/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "foundationdb"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = [
55
"Benjamin Fry <benjaminfry@me.com>",
66
"Vincent Rouillé <vincent@clikengo.com>",
@@ -39,10 +39,10 @@ fdb-6_1 = ["foundationdb-sys/fdb-6_1", "foundationdb-gen/fdb-6_1"]
3939
fdb-6_2 = ["foundationdb-sys/fdb-6_2", "foundationdb-gen/fdb-6_2"]
4040

4141
[build-dependencies]
42-
foundationdb-gen = { version = "0.5.0", path = "../foundationdb-gen", default-features = false }
42+
foundationdb-gen = { version = "0.5.1", path = "../foundationdb-gen", default-features = false }
4343

4444
[dependencies]
45-
foundationdb-sys = { version = "0.5.0", path = "../foundationdb-sys", default-features = false }
45+
foundationdb-sys = { version = "0.5.1", path = "../foundationdb-sys", default-features = false }
4646
futures = "0.3.1"
4747
memchr = "2.2.1"
4848
rand = "0.7.2"

0 commit comments

Comments
 (0)