From 45e3a501f7d95bda143a99543f50742414d79f92 Mon Sep 17 00:00:00 2001 From: Omer Zuarets Date: Wed, 16 Aug 2023 17:04:56 +0300 Subject: [PATCH] bump to 0.1.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d6d05fb..205a35f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -248,7 +248,7 @@ checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" [[package]] name = "cedar-agent" -version = "0.1.2" +version = "0.1.3" dependencies = [ "async-lock", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index ea39376..eea6b5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cedar-agent" -version = "0.1.2" +version = "0.1.3" edition = "2021" license = "Apache-2.0" readme = "README.md"