Skip to content

Commit 6137abd

Browse files
committed
Update package
1 parent db2bb92 commit 6137abd

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

Cargo.toml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
[workspace]
22
resolver = "2"
3-
members = ["core/*", "libs/python/router", "libs/python/model", "sql/core/*", "sql/libs/*/*", "libs/node/router", "libs/node/model"]
3+
members = [
4+
"core/*",
5+
"libs/python/router",
6+
"libs/python/model",
7+
"sql/core/*",
8+
"sql/libs/*/*",
9+
"libs/node/router",
10+
"libs/node/model",
11+
]
12+
413

514
[profile.release]
615
lto = true
7-
strip = "symbols"
16+
strip = "symbols"

libs/node/model/src/func.rs

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)