mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-02 14:03:12 +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]]
|
||||
name = "waku-bindings"
|
||||
version = "0.5.0"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"aes-gcm",
|
||||
"base64 0.21.0",
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user