Skip to content

Commit

Permalink
Do not publish rune-languageserver any longer
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed Oct 10, 2023
1 parent 20b9323 commit 52479c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/rune-languageserver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "rune-languageserver"
version = "0.13.0"
publish = false
authors = ["John-John Tedro <[email protected]>"]
edition = "2021"
rust-version = "1.70"
Expand All @@ -20,7 +21,7 @@ tracing = "0.1.37"
tracing-appender = "0.2.2"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }

rune = { version = "0.13.0", path = "../rune", features = ["languageserver", "fmt"] }
rune = { version = "0.13.0", path = "../rune", features = ["languageserver"] }
rune-modules = { version = "0.13.0", path = "../rune-modules", features = ["full", "experiments"] }

[build-dependencies]
Expand Down

0 comments on commit 52479c8

Please sign in to comment.