Skip to content

Commit ec71393

Browse files
committed
updates to tomls
1 parent 4d5b020 commit ec71393

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ members = ["native_api_1c", "native_api_1c_core", "native_api_1c_macro"]
33

44
[patch.crates-io]
55
native_api_1c = { path = "native_api_1c" }
6+
native_api_1c_core = { path = "native_api_1c_core" }
7+
native_api_1c_macro = { path = "native_api_1c_macro" }

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 = { version = "=0.9.3", path = "../native_api_1c_core" }
12-
native_api_1c_macro = { version = "=0.10.4", path = "../native_api_1c_macro" }
11+
native_api_1c_core = { path = "../native_api_1c_core" }
12+
native_api_1c_macro = { path = "../native_api_1c_macro" }
1313

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

native_api_1c_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ quote = "1.0.32"
2727
proc-macro2 = "1.0.66"
2828

2929
[dev-dependencies]
30-
native_api_1c = { git = "https://github.com/Sebekerga/native_api_1c" }
30+
native_api_1c = { path = "../native_api_1c" }
3131
trybuild = { version = "1.0.49", features = ["diff"] }
3232
utf16_lit = "2.0"
3333
chrono = "0.4.26"

0 commit comments

Comments
 (0)