From 6729d0c8c63b6eaf46f822009e68f469ee45ce62 Mon Sep 17 00:00:00 2001 From: Manuel Gugger Date: Tue, 11 Oct 2022 19:05:24 +0200 Subject: [PATCH] bump to v0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1b0b3b9..3282107 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ itertools = "0.10.3" serde = "1.0.136" serde_derive = "1.0.136" sea-orm = { version = "^0.9.1", features = [], default-features = false } -actix-admin-macros = { version = "0.1.0", path = "actix_admin_macros" } +actix-admin-macros = { version = "0.2.0", path = "actix_admin_macros" } derive_more = "0.99.17" [dev-dependencies]