From 5c88db15a587cf02ff30b8fe5c7bfeb8d79b1337 Mon Sep 17 00:00:00 2001 From: JacobLinCool Date: Sun, 4 Jun 2023 19:55:36 +0800 Subject: [PATCH] chore: bump to 0.1.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb2042c..c468f4a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -237,7 +237,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "compilet" -version = "0.1.3" +version = "0.1.4" dependencies = [ "async-compression", "base64 0.21.0", diff --git a/Cargo.toml b/Cargo.toml index 29ccf0f..3b85302 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "compilet" description = "Server that compiles Rust, C, and C++ into WebAssembly." -version = "0.1.3" +version = "0.1.4" homepage = "https://github.com/wasm-oj/compilet" repository = "https://github.com/wasm-oj/compilet" keywords = ["wasm", "wasm-oj", "compiler"]