From 4bf80a02e019459626a93a262f889be1753caa18 Mon Sep 17 00:00:00 2001 From: aq2r <183514119+aq2r@users.noreply.github.com> Date: Sat, 14 Dec 2024 19:30:02 +0900 Subject: [PATCH] change version --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e29223a..3ebb58c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "diff" @@ -10,7 +10,7 @@ checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" [[package]] name = "eq_uilibrium" -version = "0.1.0" +version = "0.1.1" dependencies = [ "pretty_assertions", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index be0e206..8469a86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eq_uilibrium" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/aq2r/eq-uilibrium"