From 16cd2b92c93d4b79e910f549d14ad33bfd82ec52 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Mon, 29 Aug 2022 12:15:34 -0700 Subject: [PATCH] Bump version v0.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b8122d..a9060a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "bytes-lit" -version = "0.0.0" +version = "0.0.1" dependencies = [ "num-bigint", "pretty_assertions", diff --git a/Cargo.toml b/Cargo.toml index 672c3a5..a280118 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/bytes-lit" authors = ["Stellar Development Foundation "] readme = "../README.md" license = "Apache-2.0" -version = "0.0.0" +version = "0.0.1" edition = "2021" [lib]