From fd16b098e05244a938fc865353cd7a3d8d85ada2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Kochen?= Date: Tue, 14 Nov 2023 11:34:21 +0100 Subject: [PATCH] Version 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 211b19d..5ed5c1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -844,7 +844,7 @@ checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" [[package]] name = "portier" -version = "0.1.0" +version = "0.2.0" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index eacdb1f..8fcf93d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "portier" -version = "0.1.0" +version = "0.2.0" edition = "2021" authors = ["The Portier project contributors"] description = "Portier client for Rust" repository = "https://github.com/portier/portier-rs" license = "MIT" -rust-version = "1.60.0" +rust-version = "1.63.0" [features] default = ["simple-store"]