Skip to content

Commit

Permalink
Prepare release 0.13.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 mfelsche committed Nov 11, 2022
1 parent 22d7ae2 commit 760dad1
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 25 deletions.
115 changes: 93 additions & 22 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.13.0-rc.8"
version = "0.13.0-rc.9"

[dependencies]

Expand All @@ -18,7 +18,7 @@ tower-lsp = { version = "0.17", default-features = false, features = [
"runtime-agnostic",
] }

tremor-script = { version = "0.13.0-rc.8", features = [
tremor-script = { version = "0.13.0-rc.9", features = [
"arena-delete",
"allow-non-simd",
] }
Expand Down
2 changes: 1 addition & 1 deletion src/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ mod tests {

use super::*;

const VERSION: &str = "0.13.0-rc.8";
const VERSION: &str = "0.13.0-rc.9";

#[async_std::test]
async fn backend() -> Result<()> {
Expand Down

0 comments on commit 760dad1

Please sign in to comment.