mirror of
https://github.com/waku-org/waku-rust-bindings.git
synced 2025-02-23 03:48:11 +00:00
upgrade major version to create 1.0.0 (#107)
This commit is contained in:
parent
0c0b834aa0
commit
c2412134d3
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user