From 8d2a503a894502b6fa926e944b86259fcbcd1fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Tue, 22 Oct 2024 23:29:26 +0200 Subject: [PATCH] Release 0.2.0 --- examples/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 09a57e5..bfb9be3 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "objcache_examples" -version = "0.1.0" +version = "0.2.0" edition = "2021" rust-version = "1.81" @@ -12,5 +12,5 @@ path = "src/main.rs" tokio = { version = "1.*", default-features = false, features = ["rt-multi-thread", "macros"] } tracing = { version = "0.1.40", default-features = false } tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "ansi"] } -serde = { version = "1.0.210", default-features = false, features = ["std", "derive"] } +serde = { version = "1.0.213", default-features = false, features = ["std", "derive"] } objcache = { path = "../" }