We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce86f27 commit 86eb16bCopy full SHA for 86eb16b
1 file changed
native_api_1c/Cargo.toml
@@ -8,8 +8,8 @@ description = "Main library for Native API 1C"
8
readme = "../README.md"
9
10
[dependencies]
11
-native_api_1c_core = { path = "../native_api_1c_core" }
12
-native_api_1c_macro = { path = "../native_api_1c_macro" }
+native_api_1c_core = { path = "../native_api_1c_core", version = "0.9.4" }
+native_api_1c_macro = { path = "../native_api_1c_macro", version = "0.10.5" }
13
14
[features]
15
default = ["macro"]
0 commit comments