Skip to content

Commit c6eafc1

Browse files
committed
feat: update rust version in docs
Signed-off-by: yuluo-yx <[email protected]>
1 parent 0a3af6e commit c6eafc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

candle-binding/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This directory contains Go bindings and tests for the `candle_semantic_router` n
55
## Prerequisites
66

77
- Go (>= 1.18)
8-
- Rust (for building the native library)
8+
- Rust ( >= 1.90.0, for building the native library)
99
- `cargo` (Rust's build tool)
1010

1111
## Build the Native Library

website/docs/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This guide will help you set up and install the Semantic Router on your system.
99
### Software Dependencies
1010

1111
- **Go**: Version 1.24.1 or higher (matches the module requirements)
12-
- **Rust**: Version 1.70 or higher (for Candle bindings)
12+
- **Rust**: Version 1.90.0 or higher (for Candle bindings)
1313
- **Python**: Version 3.8 or higher (for model downloads)
1414
- **HuggingFace CLI**: For model downloads (`pip install huggingface_hub`)
1515

0 commit comments

Comments
 (0)