Skip to content

Commit 376c1df

Browse files
committed
fix: missing feature in package cargo config
1 parent 7fef3e9 commit 376c1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rust-version.workspace = true
1414
version.workspace = true
1515

1616
[dependencies]
17-
derive_more = { version = "2", features = ["as_ref", "constructor", "from"] }
17+
derive_more = { version = "2", features = ["as_ref", "constructor", "display", "from"] }
1818
tokio = { version = "1", features = ["macros", "net", "rt-multi-thread", "signal", "sync"] }
1919
tower-http = { version = "0", features = ["compression-full", "cors", "propagate-header", "request-id", "trace"] }
2020
tracing = "0"

0 commit comments

Comments
 (0)