From fe3185c6dc4cfd8428060f92cbd16fc256e12ff3 Mon Sep 17 00:00:00 2001 From: Valerio Ageno <51341197+Valerioageno@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:03:50 +0200 Subject: [PATCH] Update documentation version to v0.10.1 --- .github/workflows/deploy-documentation.yml | 2 +- apps/documentation/Cargo.toml | 2 +- apps/documentation/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-documentation.yml b/.github/workflows/deploy-documentation.yml index e802b2d5..0d9cb30f 100644 --- a/.github/workflows/deploy-documentation.yml +++ b/.github/workflows/deploy-documentation.yml @@ -31,7 +31,7 @@ jobs: uses: actions-rust-lang/setup-rust-toolchain@v1 - name: Install tuono - run: cargo install tuono@0.10.0 + run: cargo install tuono@0.10.1 - name: Install pnpm run: npm i -g pnpm diff --git a/apps/documentation/Cargo.toml b/apps/documentation/Cargo.toml index 00b56059..27508dc9 100644 --- a/apps/documentation/Cargo.toml +++ b/apps/documentation/Cargo.toml @@ -8,7 +8,7 @@ name = "tuono" path = ".tuono/main.rs" [dependencies] -tuono_lib = "0.10.0" +tuono_lib = "0.10.1" glob = "0.3.1" time = { version = "0.3", features = ["macros"] } serde = { version = "1.0.202", features = ["derive"] } diff --git a/apps/documentation/package.json b/apps/documentation/package.json index 523af49c..9646d901 100644 --- a/apps/documentation/package.json +++ b/apps/documentation/package.json @@ -17,7 +17,7 @@ "clsx": "^2.1.1", "react": "18.3.1", "react-dom": "18.3.1", - "tuono": "0.10.0" + "tuono": "0.10.1" }, "devDependencies": { "@types/mdx": "^2.0.13",