From 4020073aca42ae8b3455bed79e786966d4a449b6 Mon Sep 17 00:00:00 2001 From: Valerio Ageno Date: Sun, 3 Nov 2024 21:18:17 +0100 Subject: [PATCH] feat: update doc tuono version to v0.11.0 --- apps/documentation/Cargo.toml | 2 +- apps/documentation/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/documentation/Cargo.toml b/apps/documentation/Cargo.toml index 86c3d497..6fba2449 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.4" +tuono_lib = "0.11.0" 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 a0e81516..4be8baf0 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.4" + "tuono": "0.11.0" }, "devDependencies": { "@types/mdx": "^2.0.13",