Skip to content

Commit

Permalink
chore: Re-release 0.14 without mistralrs (bosun-ai#419)
Browse files Browse the repository at this point in the history
- **Revert "fix: Revert 0.14 release as mistralrs is unpublished
(bosun-ai#417)"**
- **Fix changelog**
  • Loading branch information
timonv authored and shamb0 committed Nov 11, 2024
1 parent 18b1d4b commit 1abcb42
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions swiftide-indexing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ repository.workspace = true
homepage.workspace = true

[dependencies]
swiftide-core = { path = "../swiftide-core", version = "0.13" }
swiftide-macros = { path = "../swiftide-macros", version = "0.13" }
swiftide-core = { path = "../swiftide-core", version = "0.14" }
swiftide-macros = { path = "../swiftide-macros", version = "0.14" }

anyhow = { workspace = true }
async-trait = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions swiftide-integrations/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ repository.workspace = true
homepage.workspace = true

[dependencies]
swiftide-core = { path = "../swiftide-core", version = "0.13" }
swiftide-macros = { path = "../swiftide-macros", version = "0.13" }
swiftide-core = { path = "../swiftide-core", version = "0.14" }
swiftide-macros = { path = "../swiftide-macros", version = "0.14" }

anyhow = { workspace = true }
async-trait = { workspace = true }
Expand Down
8 changes: 4 additions & 4 deletions swiftide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ homepage.workspace = true
document-features = { workspace = true }

# Local dependencies
swiftide-core = { path = "../swiftide-core", version = "0.13" }
swiftide-integrations = { path = "../swiftide-integrations", version = "0.13" }
swiftide-indexing = { path = "../swiftide-indexing", version = "0.13" }
swiftide-query = { path = "../swiftide-query", version = "0.13" }
swiftide-core = { path = "../swiftide-core", version = "0.14" }
swiftide-integrations = { path = "../swiftide-integrations", version = "0.14" }
swiftide-indexing = { path = "../swiftide-indexing", version = "0.14" }
swiftide-query = { path = "../swiftide-query", version = "0.14" }

[features]
default = []
Expand Down

0 comments on commit 1abcb42

Please sign in to comment.