File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,15 @@ members = [
9
9
[workspace .package ]
10
10
version = " 1.3.2"
11
11
authors = [
" wangfenjin <[email protected] >" ]
12
- edition = " 2021"
13
12
repository = " https://github.com/duckdb/duckdb-rs"
14
13
homepage = " https://github.com/duckdb/duckdb-rs"
15
14
documentation = " http://docs.rs/duckdb/"
16
15
readme = " README.md"
17
16
keywords = [" duckdb" , " database" , " ffi" ]
18
17
license = " MIT"
19
18
categories = [" database" ]
19
+ edition = " 2021"
20
+ rust-version = " 1.82.0"
20
21
21
22
[workspace .dependencies ]
22
23
duckdb = { version = " =1.3.2" , path = " crates/duckdb" }
Original file line number Diff line number Diff line change 2
2
name = " duckdb-loadable-macros"
3
3
version = " 0.1.9"
4
4
authors = { workspace = true }
5
- edition = { workspace = true }
6
5
license = { workspace = true }
7
6
repository = { workspace = true }
8
7
homepage = { workspace = true }
9
8
keywords = { workspace = true }
10
9
readme = { workspace = true }
11
10
categories = [" external-ffi-bindings" , " database" ]
12
11
description = " Native bindings to the libduckdb library, C API; build loadable extensions"
12
+ edition = { workspace = true }
13
+ rust-version = { workspace = true }
13
14
14
15
[dependencies ]
15
16
darling = " 0.20.10"
Original file line number Diff line number Diff line change 2
2
name = " duckdb"
3
3
version = " 1.3.2"
4
4
authors = { workspace = true }
5
- edition = { workspace = true }
6
5
repository = { workspace = true }
7
6
homepage = { workspace = true }
8
7
documentation = { workspace = true }
@@ -11,6 +10,8 @@ keywords = { workspace = true }
11
10
license = { workspace = true }
12
11
categories = { workspace = true }
13
12
description = " Ergonomic wrapper for DuckDB"
13
+ edition = { workspace = true }
14
+ rust-version = { workspace = true }
14
15
15
16
[lib ]
16
17
name = " duckdb"
Original file line number Diff line number Diff line change 2
2
name = " libduckdb-sys"
3
3
version = " 1.3.2"
4
4
authors = { workspace = true }
5
- edition = { workspace = true }
6
5
license = { workspace = true }
7
6
repository = { workspace = true }
8
7
homepage = { workspace = true }
@@ -12,6 +11,8 @@ build = "build.rs"
12
11
categories = [" external-ffi-bindings" , " database" ]
13
12
description = " Native bindings to the libduckdb library, C API"
14
13
exclude = [" duckdb-sources" ]
14
+ edition = { workspace = true }
15
+ rust-version = { workspace = true }
15
16
16
17
[features ]
17
18
default = [" vcpkg" , " pkg-config" ]
You can’t perform that action at this time.
0 commit comments