File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 55 - toc : reference
66subs :
77 es : " Elasticsearch"
8+ version : " 9.0.0-alpha.1"
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ The Elasticsearch Rust client is forward compatible; meaning that the client sup
3131
3232## Create a client [ _ create_a_client]
3333
34- To create a client to make API calls to Elasticsearch running on ` \ https://localhost:9200`
34+ To create a client to make API calls to Elasticsearch running on ` https://localhost:9200 `
3535
3636``` rust
3737let client = Elasticsearch :: default ();
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ Add `elasticsearch` crate and version to Cargo.toml. Choose the version that is
99
1010``` toml
1111[dependencies ]
12- elasticsearch = " 8.7.0-alpha.1 "
12+ elasticsearch = " {{version}} "
1313```
1414
1515The following * optional* dependencies may also be useful to create requests and read responses:
1616
1717``` toml
18- serde = " ~ 1"
19- serde_json = " ~ 1"
18+ serde = " 1"
19+ serde_json = " 1"
2020```
2121
You can’t perform that action at this time.
0 commit comments