Skip to content

Commit 53e5dcc

Browse files
committed
graph: remove derivative crate dependency
Remove derivative = "2.2.0" from root Cargo.toml [workspace.dependencies] and derivative = { workspace = true } from graph/Cargo.toml, completing the migration from the deprecated derivative crate to derive_more.
1 parent a09ef48 commit 53e5dcc

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ chrono = "0.4.43"
4646
bs58 = "0.5.1"
4747
clap = { version = "4.5.4", features = ["derive", "env", "wrap_help"] }
4848
clap_complete = "4"
49-
derivative = "2.2.0"
5049
derive_more = { version = "2.1.1", default-features = false }
5150
diesel = { version = "2.2.7", features = [
5251
"postgres",

graph/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ old_bigdecimal = { version = "=0.1.2", features = [
1919
bytes = "1.0.1"
2020
bs58 = { workspace = true }
2121
cid = "0.11.1"
22-
derivative = { workspace = true }
2322
derive_more = { workspace = true, features = ["debug"] }
2423
graph_derive = { path = "./derive" }
2524
diesel = { workspace = true }

0 commit comments

Comments
 (0)