Skip to content

Commit

Permalink
Merge pull request #65 from PierreZ/prepare_0.7.0
Browse files Browse the repository at this point in the history
chore: prepare for 0.7.0
  • Loading branch information
PierreZ committed Jul 11, 2022
2 parents 2c15984 + 4dc892d commit 90e4f0a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions foundationdb-bindingtester/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bindingtester"
version = "0.6.0"
version = "0.7.0"
authors = [
"Benjamin Fry <benjaminfry@me.com>",
"Vincent Rouillé <vincent@clikengo.com>",
Expand All @@ -24,7 +24,7 @@ license = "MIT/Apache-2.0"
[dependencies]
env_logger = "0.9.0"
foundationdb = { path = "../foundationdb", features = ["uuid", "num-bigint", "fdb-7_1"], default-features = false }
foundationdb-sys = { version = "0.6.0", path = "../foundationdb-sys", default-features = false }
foundationdb-sys = { version = "0.7.0", path = "../foundationdb-sys", default-features = false }
futures = "0.3.21"
log = "0.4.17"
num-bigint = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion foundationdb-gen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "foundationdb-gen"
version = "0.6.0"
version = "0.7.0"
authors = [
"Jihyun Yu <yjh0502@gmail.com>",
"Vincent Rouillé <vincent@clikengo.com>",
Expand Down
2 changes: 1 addition & 1 deletion foundationdb-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "foundationdb-sys"
version = "0.6.0"
version = "0.7.0"
authors = [
"Benjamin Fry <benjaminfry@me.com>",
"Vincent Rouillé <vincent@clikengo.com>",
Expand Down
6 changes: 3 additions & 3 deletions foundationdb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "foundationdb"
version = "0.6.0"
version = "0.7.0"
authors = [
"Benjamin Fry <benjaminfry@me.com>",
"Vincent Rouillé <vincent@clikengo.com>",
Expand Down Expand Up @@ -44,10 +44,10 @@ fdb-7_0 = ["foundationdb-sys/fdb-7_0", "foundationdb-gen/fdb-7_0"]
fdb-7_1 = ["foundationdb-sys/fdb-7_1", "foundationdb-gen/fdb-7_1"]

[build-dependencies]
foundationdb-gen = { version = "0.6.0", path = "../foundationdb-gen", default-features = false }
foundationdb-gen = { version = "0.7.0", path = "../foundationdb-gen", default-features = false }

[dependencies]
foundationdb-sys = { version = "0.6.0", path = "../foundationdb-sys", default-features = false }
foundationdb-sys = { version = "0.7.0", path = "../foundationdb-sys", default-features = false }
foundationdb-macros = { version = "0.1.1", path = "../foundationdb-macros" }
futures = "0.3.21"
memchr = "2.5.0"
Expand Down

0 comments on commit 90e4f0a

Please sign in to comment.