From 39fcc12525d3b0c513f2235f4a4dee322d39b511 Mon Sep 17 00:00:00 2001 From: Gyuho Lee <6799218+gyuho@users.noreply.github.com> Date: Tue, 27 Feb 2024 08:10:48 -0800 Subject: [PATCH] 0.1.5 for avalanche-types (#160) Signed-off-by: Gyuho Lee --- crates/avalanche-types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/avalanche-types/Cargo.toml b/crates/avalanche-types/Cargo.toml index fb1a71a..5f3a1e9 100644 --- a/crates/avalanche-types/Cargo.toml +++ b/crates/avalanche-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "avalanche-types" -version = "0.1.4" # https://crates.io/crates/avalanche-types +version = "0.1.5" # https://crates.io/crates/avalanche-types edition = "2021" rust-version = "1.70" # use "rustup override set stable" to overwrite current toolchain publish = true