upgrade major version to create 1.0.0 (#107)

This commit is contained in:
Ivan FB 2025-01-13 09:50:05 +01:00 committed by GitHub
parent 0c0b834aa0
commit c2412134d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 7 deletions

4
Cargo.lock generated
View File

@ -3066,7 +3066,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "waku-bindings"
version = "0.5.0"
version = "1.0.0"
dependencies = [
"aes-gcm",
"base64 0.21.0",
@ -3095,7 +3095,7 @@ dependencies = [
[[package]]
name = "waku-sys"
version = "0.5.0"
version = "1.0.0"
dependencies = [
"bindgen",
"cc",

View File

@ -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"
@ -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"

View File

@ -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"