Skip to content

Commit

Permalink
chore: update bindings version to use crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-eiger authored and hopeyen committed Sep 28, 2023
1 parent d000861 commit 6746c9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["graphprotocol", "gossip-network", "sdk", "waku", "p2p"]
categories = ["network-programming", "web-programming::http-client"]

[dependencies]
waku = { git = "https://github.com/waku-org/waku-rust-bindings", branch = "update-waku-version", package = "waku-bindings" }
waku = { version = "=0.3.0", package = "waku-bindings" }
slack-morphism = { version = "1.10", features = ["hyper", "axum"] }
prost = "0.11"
once_cell = "1.17"
Expand Down

0 comments on commit 6746c9a

Please sign in to comment.