File tree Expand file tree Collapse file tree 3 files changed +23
-5
lines changed
Expand file tree Collapse file tree 3 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " fdb-gen"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44edition = " 2018"
55authors = [" fdb-rs Developers" ]
66description = """
77Binding generation helper for FoundationDB
88"""
99license = " MIT OR Apache-2.0"
10+ repository = " https://github.com/fdb-rs/fdb"
11+ keywords = [" foundationdb" , " tokio" ]
12+ categories = [" database" , " external-ffi-bindings" ]
13+
14+ [package .metadata .docs .rs ]
15+ features = [" fdb-6_3" ]
1016
1117[features ]
1218default = []
Original file line number Diff line number Diff line change 11[package ]
22name = " fdb-sys"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44edition = " 2018"
55authors = [" fdb-rs Developers" ]
66description = """
77Binding to the C APIs for FoundationDB
88"""
99license = " MIT OR Apache-2.0"
10+ repository = " https://github.com/fdb-rs/fdb"
11+ keywords = [" foundationdb" , " tokio" ]
12+ categories = [" database" , " external-ffi-bindings" ]
13+
14+ [package .metadata .docs .rs ]
15+ features = [" fdb-6_3" ]
1016
1117[features ]
1218default = []
Original file line number Diff line number Diff line change 11[package ]
22name = " fdb"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44edition = " 2018"
55authors = [" fdb-rs Developers" ]
66
77description = """
88FoundationDB Client API for Tokio
99"""
1010license = " MIT OR Apache-2.0"
11+ repository = " https://github.com/fdb-rs/fdb"
12+ keywords = [" foundationdb" , " tokio" ]
13+ categories = [" api-bindings" , " database" ]
14+
15+ [package .metadata .docs .rs ]
16+ features = [" fdb-6_3" ]
1117
1218[features ]
1319default = []
1420fdb-6_3 = [" fdb-gen/fdb-6_3" , " fdb-sys/fdb-6_3" ]
1521
1622[dependencies ]
1723bytes = " 1"
18- fdb-sys = { version = " 0.1 .0" , path = " ../fdb-sys" , default-features = false }
24+ fdb-sys = { version = " 0.2 .0" , path = " ../fdb-sys" , default-features = false }
1925futures = " 0.3"
2026nom = " 7"
2127num-bigint = " 0.4"
@@ -30,4 +36,4 @@ impls = "1"
3036libc = " 0.2"
3137
3238[build-dependencies ]
33- fdb-gen = { version = " 0.1 .0" , path = " ../fdb-gen" , default-features = false }
39+ fdb-gen = { version = " 0.2 .0" , path = " ../fdb-gen" , default-features = false }
You can’t perform that action at this time.
0 commit comments