mirror of
https://github.com/FuelLabs/sway.git
synced 2025-08-09 21:28:17 +00:00
Bump to v0.44.0 (#4945)
This commit is contained in:
parent
254e50edb1
commit
241d30f7cd
25 changed files with 234 additions and 251 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "forc-lsp"
|
||||
version = "0.43.2"
|
||||
version = "0.44.0"
|
||||
description = "A simple `forc` plugin for starting the sway language server."
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
@ -11,5 +11,5 @@ repository.workspace = true
|
|||
[dependencies]
|
||||
anyhow = "1"
|
||||
clap = { version = "3", features = ["derive"] }
|
||||
sway-lsp = { version = "0.43.2", path = "../../sway-lsp" }
|
||||
sway-lsp = { version = "0.44.0", path = "../../sway-lsp" }
|
||||
tokio = { version = "1.8" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue