Skip to content

Commit

Permalink
fix(ci): Remove versions from dev-dependencies so publish works
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv committed Jan 16, 2025
1 parent 8e29f10 commit e6655c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions swiftide-agents/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ serde.workspace = true
serde_json.workspace = true

[dev-dependencies]
swiftide-core = { path = "../swiftide-core", version = "0.17", features = [
"test-utils",
] }
swiftide-core = { path = "../swiftide-core", features = ["test-utils"] }
mockall.workspace = true
test-log.workspace = true
temp-dir.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions swiftide-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ rustversion = "1.0.18"
trybuild = "1.0"
prettyplease = "0.2.25"
insta.workspace = true
swiftide-core = { path = "../swiftide-core/", version = "0.17" }
swiftide = { path = "../swiftide/", version = "0.17" }
swiftide-core = { path = "../swiftide-core/" }
swiftide = { path = "../swiftide/" }

[lints]
workspace = true
Expand Down

0 comments on commit e6655c7

Please sign in to comment.