From e37fcfe42c0404da4fafb411c8cf0693cdc1be30 Mon Sep 17 00:00:00 2001 From: Jason Williams <936006+jasonwilliams@users.noreply.github.com> Date: Thu, 7 Mar 2024 13:21:40 +0000 Subject: [PATCH] Update Cargo.toml (#3724) Update the location of the readme file --- core/engine/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/engine/Cargo.toml b/core/engine/Cargo.toml index 70bfb81a29f..1fa8bf72b2e 100644 --- a/core/engine/Cargo.toml +++ b/core/engine/Cargo.toml @@ -2,7 +2,7 @@ name = "boa_engine" keywords = ["javascript", "js", "compiler", "lexer", "parser"] categories = ["parser-implementations", "compilers"] -readme = "../README.md" +readme = "../../README.md" description.workspace = true version.workspace = true edition.workspace = true