Skip to content

Commit

Permalink
upgrade major version to create 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivansete-status committed Jan 10, 2025
1 parent 0c0b834 commit cbf1645
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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"
edition = "2021"
version = "1.0.0"
edition = "2025"
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 Down
7 changes: 4 additions & 3 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"
edition = "2021"
version = "1.0.0"
edition = "2025"
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 cbf1645

Please sign in to comment.