Skip to content

Commit 86eb16b

Browse files
committed
dependency version bump
1 parent ce86f27 commit 86eb16b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

native_api_1c/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ description = "Main library for Native API 1C"
88
readme = "../README.md"
99

1010
[dependencies]
11-
native_api_1c_core = { path = "../native_api_1c_core" }
12-
native_api_1c_macro = { path = "../native_api_1c_macro" }
11+
native_api_1c_core = { path = "../native_api_1c_core", version = "0.9.4" }
12+
native_api_1c_macro = { path = "../native_api_1c_macro", version = "0.10.5" }
1313

1414
[features]
1515
default = ["macro"]

0 commit comments

Comments
 (0)