1
0
mirror of https://github.com/Sebekerga/native_api_1c.git synced 2025-07-05 00:29:00 +02:00

readme link + version bump

This commit is contained in:
Kozlov Maxim
2023-08-10 08:19:20 +06:00
parent c6a5f8616f
commit cd64fbf698

View File

@ -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" }