Skip to content

Commit 63f8cf2

Browse files
authored
Merge pull request #37 from Dushistov/my-cmake-fork
fix: temporary switch to my fork of cmake-rs
2 parents 120d32c + bcd4d55 commit 63f8cf2

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ members = ["couchbase-lite-core-sys", "couchbase-lite", "chat-demo"]
55
http = { git = "https://github.com/Dushistov/http", rev = "3ad3b825edc3a0d9048a6af5ab524f2fc51bde30" }
66
tungstenite = { git = "https://github.com/Dushistov/tungstenite-rs", rev = "de80b9bced480d407665e46001fc2d7a6874d71e" }
77
couchbase-lite = { path = "couchbase-lite" }
8-
couchbase-lite-core-sys = { path = "couchbase-lite-core-sys" }
8+
couchbase-lite-core-sys = { path = "couchbase-lite-core-sys" }
9+
cmake = { git = "https://github.com/Dushistov/cmake-rs", rev = "125fe65e123f9bd4ceaf91924b0a381d473f2d97" }

couchbase-lite-core-sys/Cargo.toml

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

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[build-dependencies]
10-
cmake = "=0.1.43"
10+
cmake = "0.1.43"
1111
bindgen = "0.53.2"
1212
cc = "1.0.53"
1313
env_logger = "0.7"

couchbase-lite/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "couchbase-lite"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
authors = ["Evgeniy A. Dushistov <dushistov@mail.ru>"]
55
edition = "2018"
66

@@ -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 = "0.1.2"
13+
couchbase-lite-core-sys = "0.2.0"
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)