From 84bd8a7b8ae03aa11afed881fd18ff9d66f8f163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Tue, 12 Sep 2023 18:50:01 +0300 Subject: [PATCH 1/2] Update Cargo.toml add missing repository url --- crates/swc_ecma_preset_env/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/swc_ecma_preset_env/Cargo.toml b/crates/swc_ecma_preset_env/Cargo.toml index ed290b689f66..a49fa3c1cbe7 100644 --- a/crates/swc_ecma_preset_env/Cargo.toml +++ b/crates/swc_ecma_preset_env/Cargo.toml @@ -7,6 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"] license = "Apache-2.0" name = "swc_ecma_preset_env" version = "0.201.4" +repository = "https://github.com/swc-project/swc" [lib] bench = false From 48c7564c6095e104c1c3a88180b49270f30b2b62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Fri, 15 Sep 2023 07:42:02 +0000 Subject: [PATCH 2/2] Update Cargo.toml --- crates/swc_ecma_preset_env/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/swc_ecma_preset_env/Cargo.toml b/crates/swc_ecma_preset_env/Cargo.toml index 1586b7fd2dee..4400cff776f4 100644 --- a/crates/swc_ecma_preset_env/Cargo.toml +++ b/crates/swc_ecma_preset_env/Cargo.toml @@ -2,12 +2,12 @@ authors = ["강동윤 "] description = "preset-env for the swc" documentation = "https://rustdoc.swc.rs/swc_ecma_preset_env/" +repository = "https://github.com/swc-project/swc" edition = "2021" include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"] license = "Apache-2.0" name = "swc_ecma_preset_env" -repository = "https://github.com/swc-project/swc" -version = "0.201.4" +version = "0.201.7" [lib] bench = false