From 660141f34720a16117f55dee5e9918a8250dd62e Mon Sep 17 00:00:00 2001 From: Sherlock Luk Date: Sat, 9 Mar 2024 17:45:59 +0000 Subject: [PATCH] bunp version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7cf004e..90689d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -299,7 +299,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "swift-precompiler" -version = "0.1.4" +version = "0.1.5" dependencies = [ "base64-simd", "clap", diff --git a/Cargo.toml b/Cargo.toml index cafee1c..71bee1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "swift-precompiler" description = "A precompiler for Swift that allows you to use additional macros, include files, and more." -version = "0.1.4" +version = "0.1.5" edition = "2021" license = "MIT" documentation = "https://docs.rs/swift-precompiler"