From b89fd919eff123b0e6e41531fa90929dd2bba416 Mon Sep 17 00:00:00 2001 From: TheAwiteb Date: Wed, 15 Feb 2023 03:31:55 +0300 Subject: [PATCH] Bump version to 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2aa25c0..a12db97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1918,7 +1918,7 @@ checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" [[package]] name = "restful_todo" -version = "0.1.0" +version = "0.2.0" dependencies = [ "actix-extensible-rate-limit", "actix-http", diff --git a/Cargo.toml b/Cargo.toml index 7f159a7..cc0ed82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [ ".", "migration", "entity"] [package] name = "restful_todo" -version = "0.1.0" +version = "0.2.0" edition = "2021" publish = false description = "A RESTful API for a todo list, written in Rust." @@ -31,7 +31,7 @@ hex = "= 0.4.3" utoipa = { version = "= 2.3.0", features = ["actix_extras"] } utoipa-swagger-ui = { version = "= 2.0.1", features = ["actix-web"] } actix-extensible-rate-limit = {version = "= 0.2.1", default-features = false, features = ["dashmap"]} -uuid = {version = "1.3.0", features = ["serde", "v4"]} +uuid = {version = "= 1.3.0", features = ["serde", "v4"]} [dev-dependencies] actix-http = "= 3.2.2"