From 22089a70ffdbf37dae47a127a37338ef461bc9ed Mon Sep 17 00:00:00 2001 From: dprintbot Date: Wed, 30 Aug 2023 17:01:08 +0000 Subject: [PATCH] 0.12.0 --- Cargo.lock | 2 +- rs-lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aee3245..9119bd0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,7 +103,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" [[package]] name = "dprint-swc-ext" -version = "0.11.1" +version = "0.12.0" dependencies = [ "bumpalo", "num-bigint", diff --git a/rs-lib/Cargo.toml b/rs-lib/Cargo.toml index 75f0762..8ce3c5a 100644 --- a/rs-lib/Cargo.toml +++ b/rs-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dprint-swc-ext" -version = "0.11.1" +version = "0.12.0" authors = ["David Sherret "] edition = "2021" license = "MIT"