From 2ce40186fc9e5cb7ed886482591bb7df275eb56e Mon Sep 17 00:00:00 2001 From: Cong-Cong Date: Sun, 22 Sep 2024 11:55:28 +0800 Subject: [PATCH] chore: publish crate 0.2.0 --- Cargo.lock | 2 +- crates/core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 432b64f..95584a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1496,7 +1496,7 @@ dependencies = [ [[package]] name = "svgr-rs" -version = "0.1.3" +version = "0.2.0" dependencies = [ "codspeed-criterion-compat", "lazy_static", diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index ec72629..3567ec5 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -5,7 +5,7 @@ name = "svgr-rs" edition = "2021" license = "MIT" repository = "https://github.com/svg-rust/svgr-rs.git" -version = "0.1.3" +version = "0.2.0" [dependencies] regex = "1.7.3"