Skip to content

Commit 946585f

Browse files
yuluo-yxrootfs
andauthored
feat: update rust version in docs (#176)
* feat: update rust version in docs Signed-off-by: yuluo-yx <[email protected]> * changes for review Signed-off-by: yuluo-yx <[email protected]> --------- Signed-off-by: yuluo-yx <[email protected]> Co-authored-by: Huamin Chen <[email protected]>
1 parent e018e7c commit 946585f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

candle-binding/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This directory contains Go bindings and tests for the `candle_semantic_router` n
44

55
## Prerequisites
66

7-
- Go (>= 1.18)
8-
- Rust (for building the native library)
7+
- Go Version 1.24.1 or higher (matches the module requirements)
8+
- Rust Version 1.90.0 or higher (for Candle bindings, supports 2024 edition)
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)