From a3363ff79644cddf4ae6307656441c6ac4582fe9 Mon Sep 17 00:00:00 2001 From: Trinh Minh Triet Date: Sun, 10 Nov 2024 22:08:15 +0700 Subject: [PATCH] version v0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a39f08e..dbe20b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2980,7 +2980,7 @@ dependencies = [ [[package]] name = "spiko" -version = "0.1.1" +version = "0.1.2" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index e2025c0..3570a6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ name = "spiko" readme = "README.md" repository = "https://github.com/trinhminhtriet/spiko" homepage = "https://trinhminhtriet.com" -version = "0.1.1" +version = "0.1.2" rust-version = "1.77" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html