Skip to content

Commit

Permalink
upgrade major version to create 1.0.0 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivansete-status authored Jan 13, 2025
1 parent 0c0b834 commit c241213
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

7 changes: 4 additions & 3 deletions waku-bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[package]
name = "waku-bindings"
version = "0.5.0"
version = "1.0.0"
edition = "2021"
authors = [
"Daniel Sanchez Quiros <danielsq@status.im>",
"Richard Ramos <richard@waku.org>"
"Richard Ramos <richard@waku.org>",
"Ivan Folgueira Bande <ivansete@status.im>"
]
description = "Waku networking library"
license = "MIT OR Apache-2.0"
Expand All @@ -27,7 +28,7 @@ serde_json = "1.0"
sscanf = "0.4"
smart-default = "0.6"
url = "2.3"
waku-sys = { version = "0.5.0", path = "../waku-sys" }
waku-sys = { version = "1.0.0", path = "../waku-sys" }
libc = "0.2"
serde-aux = "4.3.1"
rln = "0.3.4"
Expand Down
5 changes: 3 additions & 2 deletions waku-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[package]
name = "waku-sys"
version = "0.5.0"
version = "1.0.0"
edition = "2021"
authors = [
"Daniel Sanchez Quiros <danielsq@status.im>",
"Richard Ramos <richard@waku.org>"
"Richard Ramos <richard@waku.org>",
"Ivan Folgueira Bande <ivansete@status.im>"
]
description = "Waku networking library generated bindings"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit c241213

Please sign in to comment.