From e5a390bcca80e73557792323a6eaf3a3c6fc97cf Mon Sep 17 00:00:00 2001 From: vkuzn Date: Wed, 19 Mar 2025 11:09:43 +0300 Subject: [PATCH] Update getting_started.md Specified actual rinja and rinja_axum crates versions --- book/src/getting_started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/getting_started.md b/book/src/getting_started.md index 5eedc330..9a19094a 100644 --- a/book/src/getting_started.md +++ b/book/src/getting_started.md @@ -4,7 +4,7 @@ First, add the following to your crate's `Cargo.toml`: ```toml # in section [dependencies] -rinja = "0.12.1" +rinja = "0.3.5" ``` Now create a directory called `templates` in your crate root. @@ -43,7 +43,7 @@ First, add this to your `Cargo.toml` instead: ```toml # in section [dependencies] -rinja_axum = "0.4.0" +rinja_axum = "0.3.5" ``` Then, import from rinja_axum instead of rinja: