File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
crates/www/routes/docs/getting_started/predict/rust/server Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ impl Component for Install {
46
46
let code = ui:: doc!(
47
47
r#"
48
48
[dependencies]
49
- modelfox = "*"
49
+ modelfox = { git = "https://github.com/modelfoxdotdev/modelfox" }
50
50
"#
51
51
) ;
52
52
let code = ui:: highlight ( code, ui:: Language :: Rust ) ;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The ModelFox Rust library makes it easy to make predictions with your ModelFox m
9
9
10
10
``` toml
11
11
[dependencies ]
12
- modelfox = " * "
12
+ modelfox = { git = " https://github.com/modelfoxdotdev/modelfox " }
13
13
```
14
14
15
15
``` rust
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ The ModelFox crate makes it easy to make predictions with your ModelFox machine
5
5
6
6
```toml
7
7
[dependencies]
8
- modelfox = "*"
8
+ modelfox = { git = "https://github.com/modelfoxdotdev/modelfox" }
9
9
```
10
10
11
11
```rust no_run
You can’t perform that action at this time.
0 commit comments