Skip to content

Commit 0eb5a3d

Browse files
committed
wip
1 parent 09384fc commit 0eb5a3d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ members = [
1111
exclude = [
1212
"-*",
1313
"module/move/_video_experiment",
14+
"module/move/cargo_will",
1415
]
1516
# default-members = [ "module/core/wtools" ]
1617

module/alias/cargo_will/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ enabled = []
3333

3434
[dependencies]
3535
willbe = { workspace = true }
36-
error_tools = { workspace = true, features = ["err"] }
36+
error_tools = { workspace = true }
3737

3838
# [dev-dependencies]
3939
# test_tools = { workspace = true }

module/move/unitore/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ full = [
3131
enabled = []
3232

3333
[dependencies]
34-
error_tools = { workspace = true, features = [ "default", "err" ] }
34+
error_tools = { workspace = true, features = [ "default" ] }
3535
pth = { workspace = true, features = [ "default" ] }
3636
tokio = { version = "1.36.0", features = [ "rt", "rt-multi-thread", "io-std", "macros" ] }
3737
hyper = { version = "1.1.0", features = [ "client" ] }
@@ -43,7 +43,7 @@ toml = "0.8.10"
4343
serde = "1.0.196"
4444
url = { version = "2.0", features = ["serde"] }
4545
humantime-serde = "1.1.1"
46-
gluesql = { version = "0.16.3", features = ["sled-storage"] }
46+
gluesql = "0.16.3"
4747
async-trait = "0.1.41"
4848
wca = { workspace = true }
4949
mockall = "0.12.1"

module/move/willbe/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ workspace = true
2626
features = [ "full" ]
2727
all-features = false
2828

29-
3029
[features]
3130
default = [
3231
"enabled",
@@ -85,7 +84,7 @@ rustdoc-md = "0.1.0"
8584

8685
## internal
8786
crates_tools = { workspace = true }
88-
error_tools = { workspace = true, features = [ "default", "error_typed", "error_untyped", "err" ] }
87+
error_tools = { workspace = true, features = [ "default", "error_typed", "error_untyped" ] }
8988
former = { workspace = true, features = [ "default" ] }
9089
iter_tools = { workspace = true, features = [ "default" ] }
9190
mod_interface = { workspace = true, features = [ "default" ] }

0 commit comments

Comments
 (0)