From 4b11cc09183ca9c0c358d8e34e423f08b8f57ef1 Mon Sep 17 00:00:00 2001 From: Mary McGrath Date: Tue, 4 Sep 2018 15:48:57 -0400 Subject: [PATCH] Update project.toml compat example Adding this PR here instead of [JuliaLang](https://github.com/JuliaLang/julia/pull/28947) per @KristofferC (cherry picked from commit 96736153524144d83e9d6458feae7a39be7d1b7d) (cherry picked from commit ac5965bf9a8a5b4de535e3b3e2bc4668719fd51b) (cherry picked from commit 4a72ad43a588f1091200ec7fd6812530e11831ab) --- stdlib/Pkg/docs/src/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/stdlib/Pkg/docs/src/index.md b/stdlib/Pkg/docs/src/index.md index 3206a829ae97ce..66ed06686add91 100644 --- a/stdlib/Pkg/docs/src/index.md +++ b/stdlib/Pkg/docs/src/index.md @@ -731,6 +731,7 @@ Compatibility for a dependency is entered in the `Project.toml` file as for exam ```toml [compat] +julia = "1.0" Example = "0.4.3" ```