We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b2c8b commit bc94ed2Copy full SHA for bc94ed2
yaml_test_runner/Cargo.toml
@@ -7,8 +7,8 @@ description = "Generates and runs tests from Elasticsearch's YAML test specs"
7
repository = "https://github.com/elastic/elasticsearch-rs"
8
9
[dependencies]
10
-elasticsearch = { path = "../elasticsearch" }
11
-api_generator = { path = "../api_generator" }
+elasticsearch = { path = "./../elasticsearch" }
+api_generator = { path = "./../api_generator" }
12
13
base64 = "^0.11"
14
clap = "~2"
yaml_test_runner/src/main.rs
@@ -16,6 +16,8 @@
16
* specific language governing permissions and limitations
17
* under the License.
18
*/
19
+#![recursion_limit = "256"]
20
+
21
extern crate api_generator;
22
#[macro_use]
23
extern crate lazy_static;
0 commit comments