Skip to content

Commit

Permalink
Prepare release 0.12.0-rc.9
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub actions <[email protected]>
  • Loading branch information
web-flow authored and Licenser committed May 19, 2022
1 parent c16a4f8 commit b61bdcc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Tremor Language Server (Trill)"
edition = "2021"
license = "Apache-2.0"
name = "tremor-language-server"
version = "0.12.0-rc.8"
version = "0.12.0-rc.9"

[dependencies]

Expand All @@ -21,4 +21,4 @@ tokio = { version = "1.17", features = [
] }
tower-lsp = "0.17"

tremor-script = { version = "0.12.0-rc.8", features = ["arena-delete"] }
tremor-script = { version = "0.12.0-rc.9", features = ["arena-delete"] }

0 comments on commit b61bdcc

Please sign in to comment.