From 09f594ee068d764b3cb31b8e500e0939dd3fa808 Mon Sep 17 00:00:00 2001 From: Yann Hamdaoui Date: Mon, 30 Sep 2024 09:14:34 +0200 Subject: [PATCH] Update patch version (4.0.2 -> 4.0.3) A previous merge commit added support for let-blocks to Nickel formatting, a new syntactic construct. To make use of this update from Nickel, we need to publish a new version of `topiary-queries`. As now customary, we bump the patch version of the workspace, and only bother publishing a new version of topiary-queries. --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 291bd498..53571164 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -348,7 +348,7 @@ checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70" [[package]] name = "client-app" -version = "0.4.2" +version = "0.4.3" dependencies = [ "tokio", "topiary-config", @@ -2069,7 +2069,7 @@ dependencies = [ [[package]] name = "topiary-cli" -version = "0.4.2" +version = "0.4.3" dependencies = [ "assert_cmd", "async-scoped", @@ -2092,7 +2092,7 @@ dependencies = [ [[package]] name = "topiary-config" -version = "0.4.2" +version = "0.4.3" dependencies = [ "cc", "clap", @@ -2113,7 +2113,7 @@ dependencies = [ [[package]] name = "topiary-core" -version = "0.4.2" +version = "0.4.3" dependencies = [ "criterion", "env_logger 0.10.2", @@ -2135,7 +2135,7 @@ dependencies = [ [[package]] name = "topiary-playground" -version = "0.4.2" +version = "0.4.3" dependencies = [ "itertools 0.11.0", "topiary-config", @@ -2147,11 +2147,11 @@ dependencies = [ [[package]] name = "topiary-queries" -version = "0.4.2" +version = "0.4.3" [[package]] name = "topiary-tree-sitter-facade" -version = "0.4.2" +version = "0.4.3" dependencies = [ "js-sys", "topiary-web-tree-sitter-sys", @@ -2164,7 +2164,7 @@ dependencies = [ [[package]] name = "topiary-web-tree-sitter-sys" -version = "0.4.2" +version = "0.4.3" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/Cargo.toml b/Cargo.toml index eb42a52a..12547056 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.4.2" +version = "0.4.3" edition = "2021" authors = ["Tweag"] homepage = "https://topiary.tweag.io"