Skip to content

Commit

Permalink
Prepare release 0.13.0-rc.4
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 Sep 29, 2022
1 parent 05904fc commit a624213
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 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.3"
version = "0.13.0-rc.4"

[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.3", features = [
tremor-script = { version = "0.13.0-rc.4", 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.3";
const VERSION: &str = "0.13.0-rc.4";

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

0 comments on commit a624213

Please sign in to comment.