From e561fca40ca5af976ff13d9b6278027a16b3c414 Mon Sep 17 00:00:00 2001 From: Yang Luo Date: Sun, 17 Dec 2023 21:12:30 +0800 Subject: [PATCH] feat: bump version to 1.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a0c777a..3483e7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://github.com/casbin-rs/diesel-adapter" license = "Apache-2.0" name = "diesel-adapter" readme = "README.md" -version = "0.9.0" +version = "1.0.0" [dependencies] async-std = { version = "1.9.0", default-features = false, optional = true }