From cd64fbf698c4182e59fb58fc867ca8af11d1e64a Mon Sep 17 00:00:00 2001 From: Kozlov Maxim Date: Thu, 10 Aug 2023 08:19:20 +0600 Subject: [PATCH] readme link + version bump --- native_api_1c/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/native_api_1c/Cargo.toml b/native_api_1c/Cargo.toml index 662e06b..80808ed 100644 --- a/native_api_1c/Cargo.toml +++ b/native_api_1c/Cargo.toml @@ -1,10 +1,11 @@ [package] name = "native_api_1c" -version = "0.9.1" +version = "0.9.2" edition = "2021" repository = "https://github.com/Sebekerga/native_api_1c" license = "MIT" description = "Main library for Native API 1C" +readme = "../README.md" [dependencies] native_api_1c_core = { version = "=0.9.0", path = "../native_api_1c_core" }