From 5a420f76488df8920f2d5b0c83b2a8a5c44b71dc Mon Sep 17 00:00:00 2001 From: Shengtuo Hu Date: Thu, 12 Dec 2024 22:08:29 -0800 Subject: [PATCH] chore: bump up the version Signed-off-by: Shengtuo Hu --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a42417..b29313f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ license-file = "LICENSE" name = "rllvm" readme = "README.md" repository = "https://github.com/h1994st/rllvm" -version = "0.1.1" +version = "0.1.2" [dependencies] clap = {version = "~4.5.23", features = ["derive"]}