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 403f714..e85f54f 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]