Skip to content

Commit 7772672

Browse files
trying to avoid ci issues cargo.toml change
1 parent 32873d5 commit 7772672

File tree

7 files changed

+16
-4
lines changed

7 files changed

+16
-4
lines changed

Cargo.lock

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ members = [
66
"examples/basic"
77
]
88

9-
[dependencies]
10-
compiler_builtins = { version = "0.1", features = ["mem"] }

examples/basic/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ tokio = { version = "1.36.0", features = ["full"] }
1111
tokio-util = { version = "0.7.10", features = ["rt"] }
1212
waku = { path = "../../waku-bindings", package = "waku-bindings" }
1313
serde_json = "1.0"
14+
compiler_builtins = { version = "0.1", features = ["mem"] }

examples/tic-tac-toe-gui/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ tokio-util = "0.6" # for utility functions if needed
1414
egui = "0.22"
1515
eframe = "0.22"
1616
secp256k1 = { version = "0.26", features = ["rand", "recovery", "serde"] }
17+
compiler_builtins = { version = "0.1", features = ["mem"] }
1718

examples/toy-chat/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ crossterm = "0.25"
1616
unicode-width = "0.1"
1717
prost = "0.11"
1818
chrono = "0.4"
19-
tokio = { version = "1", features = ["full"] }
19+
tokio = { version = "1", features = ["full"] }
20+
compiler_builtins = { version = "0.1", features = ["mem"] }

waku-bindings/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ categories = ["network-programming"]
1515

1616
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1717
[dependencies]
18+
compiler_builtins = { version = "0.1", features = ["mem"] }
1819
aes-gcm = { version = "0.10", features = ["aes"] }
1920
base64 = "0.21"
2021
enr = { version = "0.7", features = ["serde", "rust-secp256k1"] }

waku-sys/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ crate-type = ["rlib"]
3232

3333
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
3434
[dependencies]
35+
compiler_builtins = { version = "0.1", features = ["mem"] }
3536

3637
[build-dependencies]
3738
bindgen = "0.64"

0 commit comments

Comments
 (0)