Skip to content

Commit 5a1335a

Browse files
authored
Merge pull request #35 from Dushistov/versions
preparing for publishing: right way to point to eash over
2 parents aad5fcb + b302ff3 commit 5a1335a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ members = ["couchbase-lite-core-sys", "couchbase-lite", "chat-demo"]
33

44
[patch.'crates-io']
55
http = { git = "https://github.com/Dushistov/http", rev = "3ad3b825edc3a0d9048a6af5ab524f2fc51bde30" }
6-
tungstenite = { git = "https://github.com/Dushistov/tungstenite-rs", rev = "de80b9bced480d407665e46001fc2d7a6874d71e" }
6+
tungstenite = { git = "https://github.com/Dushistov/tungstenite-rs", rev = "de80b9bced480d407665e46001fc2d7a6874d71e" }
7+
couchbase-lite = { path = "couchbase-lite" }
8+
couchbase-lite-core-sys = { path = "couchbase-lite-core-sys" }

couchbase-lite-core-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "couchbase-lite-core-sys"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Evgeniy A. Dushistov <dushistov@mail.ru>"]
55
edition = "2018"
66

couchbase-lite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ replication = ["tokio-tungstenite", "http", "tokio", "futures-util", "tokio-tls
1010
tls = ["tokio-tungstenite/tls"]
1111

1212
[dependencies]
13-
couchbase-lite-core-sys = { path = "../couchbase-lite-core-sys" }
13+
couchbase-lite-core-sys = "0.1.2"
1414
serde = { version = "1.0.104", features = ["derive"] }
1515
uuid = { version = "0.8.1", features = ["v4", "serde", "v3"] }
1616
serde_json = "1.0.44"

0 commit comments

Comments
 (0)