Skip to content

Commit 2405d7b

Browse files
committed
chore: remove macros dev dependency
1 parent 6a24f78 commit 2405d7b

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
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.

crates/rust-mcp-macros/Cargo.toml

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ proc-macro2 = "1.0"
2323

2424
[dev-dependencies]
2525
rust-mcp-schema = { workspace = true, default-features = false }
26-
rust-mcp-sdk = { workspace = true, default-features = false, features = [
27-
"server",
28-
"client",
29-
] }
3026

3127
[lints]
3228
workspace = true
@@ -43,21 +39,9 @@ default = ["2025_06_18"] # Default features
4339
latest = ["2025_06_18"]
4440

4541
# enables mcp schema version 2025_06_18
46-
2025_06_18 = [
47-
"rust-mcp-schema/2025_06_18",
48-
"rust-mcp-schema/schema_utils",
49-
"rust-mcp-sdk/2025_06_18",
50-
]
42+
2025_06_18 = ["rust-mcp-schema/2025_06_18", "rust-mcp-schema/schema_utils"]
5143
# enables mcp schema version 2025_03_26
52-
2025_03_26 = [
53-
"rust-mcp-schema/2025_03_26",
54-
"rust-mcp-schema/schema_utils",
55-
"rust-mcp-sdk/2025_03_26",
56-
]
44+
2025_03_26 = ["rust-mcp-schema/2025_03_26", "rust-mcp-schema/schema_utils"]
5745
# enables mcp schema version 2024_11_05
58-
2024_11_05 = [
59-
"rust-mcp-schema/2024_11_05",
60-
"rust-mcp-schema/schema_utils",
61-
"rust-mcp-sdk/2024_11_05",
62-
]
46+
2024_11_05 = ["rust-mcp-schema/2024_11_05", "rust-mcp-schema/schema_utils"]
6347
sdk = []

0 commit comments

Comments
 (0)