mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-08 17:03:08 +00:00
upgrade major version to create 1.0.0
This commit is contained in:
parent
0c0b834aa0
commit
cbf1645815
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -3066,7 +3066,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "waku-bindings"
|
name = "waku-bindings"
|
||||||
version = "0.5.0"
|
version = "1.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes-gcm",
|
"aes-gcm",
|
||||||
"base64 0.21.0",
|
"base64 0.21.0",
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "waku-bindings"
|
name = "waku-bindings"
|
||||||
version = "0.5.0"
|
version = "1.0.0"
|
||||||
edition = "2021"
|
edition = "2025"
|
||||||
authors = [
|
authors = [
|
||||||
"Daniel Sanchez Quiros <danielsq@status.im>",
|
"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"
|
description = "Waku networking library"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "waku-sys"
|
name = "waku-sys"
|
||||||
version = "0.5.0"
|
version = "1.0.0"
|
||||||
edition = "2021"
|
edition = "2025"
|
||||||
authors = [
|
authors = [
|
||||||
"Daniel Sanchez Quiros <danielsq@status.im>",
|
"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"
|
description = "Waku networking library generated bindings"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user