From c999c6f3d71553de230de750386cdaa522b0a2b0 Mon Sep 17 00:00:00 2001 From: Yuekai Jia Date: Wed, 31 Jul 2024 01:05:08 +0800 Subject: [PATCH] Bump to v0.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0a8d213..98d765d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crate_interface" -version = "0.1.2" +version = "0.1.3" edition = "2021" authors = ["Yuekai Jia "] description = "Provides a way to define an interface (trait) in a crate, but can implement or use it in any crate."