Skip to content

Commit 0bffdf4

Browse files
committed
Remove redundant staticlib adapters crate-type
1 parent 8c794f1 commit 0bffdf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/adapters/databento/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation.workspace = true
88

99
[lib]
1010
name = "nautilus_databento"
11-
crate-type = ["rlib", "staticlib", "cdylib"]
11+
crate-type = ["rlib", "cdylib"]
1212

1313
[features]
1414
default = ["python", "nautilus-core/ffi"]

crates/adapters/tardis/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation.workspace = true
88

99
[lib]
1010
name = "nautilus_tardis"
11-
crate-type = ["rlib", "staticlib", "cdylib"]
11+
crate-type = ["rlib", "cdylib"]
1212

1313
[features]
1414
default = ["python", "nautilus-core/ffi"]

0 commit comments

Comments
 (0)