From b51fe082692dcc22ba5bb004a3997b242875e9fd Mon Sep 17 00:00:00 2001 From: Blooym <19539165+Blooym@users.noreply.github.com> Date: Tue, 29 Oct 2024 18:15:17 +0000 Subject: [PATCH] chore: update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e271b6..dce8c6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4298,7 +4298,7 @@ checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" [[package]] name = "xlm" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 2459343..072079f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "xlm" authors = ["Blooym"] -version = "0.1.0" +version = "0.2.0" edition = "2021" [dependencies]